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>
This commit is contained in:
Konstantin Tokarev
2012-07-19 15:31:22 +04:00
committed by hjk
parent a4fcd8d3cb
commit d18bf468ad
72 changed files with 5 additions and 76 deletions

View File

@@ -37,9 +37,9 @@
#include <QSettings>
QT_BEGIN_NAMESPACE
class QMainWindow;
class QPrinter;
class QStatusBar;
class QWidget;
template <class T> class QList;
QT_END_NAMESPACE
@@ -112,7 +112,7 @@ public:
static QString resourcePath();
static QString userResourcePath();
static QMainWindow *mainWindow();
static QWidget *mainWindow();
static QStatusBar *statusBar();
static IContext *currentContextObject();