aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchwindow.h')
-rw-r--r--src/plugins/debugger/watchwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchwindow.h b/src/plugins/debugger/watchwindow.h
index 36e7b6d6091..6210bf0e143 100644
--- a/src/plugins/debugger/watchwindow.h
+++ b/src/plugins/debugger/watchwindow.h
@@ -31,6 +31,7 @@
#define DEBUGGER_WATCHWINDOW_H
#include "basewindow.h"
+#include <utils/basetreeview.h>
namespace Debugger {
namespace Internal {
@@ -43,7 +44,7 @@ namespace Internal {
enum WatchType { LocalsType, InspectType, WatchersType, ReturnType, TooltipType };
-class WatchTreeView : public BaseTreeView
+class WatchTreeView : public Utils::BaseTreeView
{
Q_OBJECT