aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfconfigwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perfprofiler/perfconfigwidget.h')
-rw-r--r--src/plugins/perfprofiler/perfconfigwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/perfprofiler/perfconfigwidget.h b/src/plugins/perfprofiler/perfconfigwidget.h
index 3fc65c47534..5372647064e 100644
--- a/src/plugins/perfprofiler/perfconfigwidget.h
+++ b/src/plugins/perfprofiler/perfconfigwidget.h
@@ -14,7 +14,7 @@ class QPushButton;
class QTableView;
QT_END_NAMESPACE
-namespace Utils { class QtcProcess; }
+namespace Utils { class Process; }
namespace PerfProfiler {
namespace Internal {
@@ -37,7 +37,7 @@ private:
void handleProcessDone();
PerfSettings *m_settings;
- std::unique_ptr<Utils::QtcProcess> m_process;
+ std::unique_ptr<Utils::Process> m_process;
QTableView *eventsView;
QPushButton *useTracePointsButton;