aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.cpp
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-07-19 15:31:22 +0400
committerhjk <qthjk@ovi.com>2012-07-19 15:15:53 +0200
commitd18bf468ad9d68f90ed52cdf6e086cc8907a0cb8 (patch)
tree6caa130ab29b524b31fb1fa32896800d07c61e20 /src/plugins/texteditor/refactoringchanges.cpp
parenta4fcd8d3cbd313b767873f15009824763bf1d975 (diff)
Changed return type of :ICore::mainWindow() to QWidget*
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.cpp')
-rw-r--r--src/plugins/texteditor/refactoringchanges.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.cpp b/src/plugins/texteditor/refactoringchanges.cpp
index bd2346ae00..9acd0e16cb 100644
--- a/src/plugins/texteditor/refactoringchanges.cpp
+++ b/src/plugins/texteditor/refactoringchanges.cpp
@@ -39,7 +39,6 @@
#include <QFile>
#include <QSet>
-#include <QMainWindow>
#include <QTextBlock>
#include <QTextCursor>
#include <QTextDocument>