aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-03-19 10:54:27 +0100
committerhjk <[email protected]>2009-03-19 10:54:27 +0100
commit66674d3ae97515da33e7ec1d68db71a2f967938f (patch)
treeadecc9666b4ac61a5d99a4c2f0ae7a85db10ef62 /src/plugins/debugger/breakwindow.h
parent0b58f1f5279e0d8f973f705bf1481a752e641e15 (diff)
debugger: more actions reshuffling
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 {