aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perftracepointdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perfprofiler/perftracepointdialog.h')
-rw-r--r--src/plugins/perfprofiler/perftracepointdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/perfprofiler/perftracepointdialog.h b/src/plugins/perfprofiler/perftracepointdialog.h
index 427220e64e5..d5affdcc7cb 100644
--- a/src/plugins/perfprofiler/perftracepointdialog.h
+++ b/src/plugins/perfprofiler/perftracepointdialog.h
@@ -15,7 +15,7 @@ class QLabel;
class QTextEdit;
QT_END_NAMESPACE
-namespace Utils { class QtcProcess; }
+namespace Utils { class Process; }
namespace PerfProfiler {
namespace Internal {
@@ -40,7 +40,7 @@ private:
QComboBox *m_privilegesChooser;
QDialogButtonBox *m_buttonBox;
ProjectExplorer::IDeviceConstPtr m_device;
- std::unique_ptr<Utils::QtcProcess> m_process;
+ std::unique_ptr<Utils::Process> m_process;
void accept() final;
void reject() final;