summaryrefslogtreecommitdiffstats
path: root/tools/testcon/mainwindow.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-12-09 14:40:15 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-09 14:44:09 +0100
commitfac53e23a7d6e7f3b29c7434a782f48b929093e7 (patch)
tree00d2e24b7566d39aa4b36dc01ee9129f8b66ad5c /tools/testcon/mainwindow.h
parent5cb0c00c2760af4b0f45a283487effa7d3bf145b (diff)
ActiveQt/Testcon: Replace (long obsolete) QWorkspace by QMdiArea.
Preparing removal of QWorkspace. Change-Id: I2f141df364cf45ddddd09ed8fb5687e7854599df Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
Diffstat (limited to 'tools/testcon/mainwindow.h')
-rw-r--r--tools/testcon/mainwindow.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/testcon/mainwindow.h b/tools/testcon/mainwindow.h
index 2a294e4..13d7226 100644
--- a/tools/testcon/mainwindow.h
+++ b/tools/testcon/mainwindow.h
@@ -50,8 +50,8 @@ class InvokeMethod;
class ChangeProperties;
class AmbientProperties;
class QAxScriptManager;
-
-class QWorkspace;
+class QAxWidget;
+class QMdiArea;
QT_END_NAMESPACE
@@ -85,11 +85,14 @@ protected slots:
void on_actionScriptingRun_triggered();
private:
+ QAxWidget *activeAxWidget() const;
+ QList<QAxWidget *> axWidgets() const;
+
InvokeMethod *dlgInvoke;
ChangeProperties *dlgProperties;
AmbientProperties *dlgAmbient;
QAxScriptManager *scripts;
- QWorkspace *workspace;
+ QMdiArea *mdiArea;
QtMsgHandler oldDebugHandler;