aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppcompleteswitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppcompleteswitch.cpp')
-rw-r--r--src/plugins/cppeditor/cppcompleteswitch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppcompleteswitch.cpp b/src/plugins/cppeditor/cppcompleteswitch.cpp
index 836201a277..c0deb7a5e2 100644
--- a/src/plugins/cppeditor/cppcompleteswitch.cpp
+++ b/src/plugins/cppeditor/cppcompleteswitch.cpp
@@ -43,7 +43,7 @@
#include <CoreTypes.h>
#include <Symbols.h>
-#include <QtGui/QApplication>
+#include <QApplication>
using namespace CPlusPlus;
using namespace CppEditor;