aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoroverlay.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-09-16 14:59:05 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-09-16 14:59:05 +0200
commitbb13b69ec026c47a7c9c52558c26452ad69b8469 (patch)
treea940c25c751d5c6345c4295cf3311a06fc035465 /src/plugins/texteditor/refactoroverlay.h
parent64aeb904bfb1b227cf646e9644359469b819acce (diff)
Further header cleanup.
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
Diffstat (limited to 'src/plugins/texteditor/refactoroverlay.h')
-rw-r--r--src/plugins/texteditor/refactoroverlay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/refactoroverlay.h b/src/plugins/texteditor/refactoroverlay.h
index 1fd6637a80..6e4c3898b5 100644
--- a/src/plugins/texteditor/refactoroverlay.h
+++ b/src/plugins/texteditor/refactoroverlay.h
@@ -2,9 +2,9 @@
#define REFACTOROVERLAY_H
#include "basetexteditor.h"
-#include <QTextCursor>
-#include <QObject>
-#include <QIcon>
+
+#include <QtGui/QTextCursor>
+#include <QtGui/QIcon>
namespace TextEditor {
namespace Internal {