aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r--src/plugins/debugger/breakwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h
index 8b8b9cdd8ba..dd0795e1911 100644
--- a/src/plugins/debugger/breakwindow.h
+++ b/src/plugins/debugger/breakwindow.h
@@ -30,7 +30,7 @@
#ifndef DEBUGGER_BREAKWINDOW_H
#define DEBUGGER_BREAKWINDOW_H
-#include <QTreeView>
+#include <QtGui/QTreeView>
namespace Debugger {
namespace Internal {