summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/querymainwindow.h
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-09-19 14:08:16 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-09-26 08:46:22 +0000
commit189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1 (patch)
treeff610281f3be883435319c85e2668c7e4ba89620 /examples/xmlpatterns/recipes/querymainwindow.h
parentf8a92101077943131b22011ae48b69687f51a7f1 (diff)
downloadqtxmlpatterns-189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1.tar.gz
examples: remove traces of the Maemo and Q_WS_SIMULATOR
Maemo part: This kind of amends what was done in qtbase 2 years and 7 months ago by 5432f2c7a1ff02e1ee0e07e442ceb6c12ca66098. Q_WS_SIMULATOR part: This was all dead code, because nothing sets Q_WS_SIMULATOR in Qt 5. Change-Id: I8af66123e332cd8911a73c11893d674b8102e474 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r--examples/xmlpatterns/recipes/querymainwindow.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h
index 4f8119a..25ffaab 100644
--- a/examples/xmlpatterns/recipes/querymainwindow.h
+++ b/examples/xmlpatterns/recipes/querymainwindow.h
@@ -43,11 +43,7 @@
#include <QMainWindow>
-#if defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- #include "ui_querywidget_mobiles.h"
-#else
- #include "ui_querywidget.h"
-#endif
+#include "ui_querywidget.h"
QT_BEGIN_NAMESPACE
class QComboBox;