diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2012-01-29 10:09:42 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-31 06:30:31 +0100 |
commit | 4a1a84749a01581a7126240e5733e88c95783188 (patch) | |
tree | 2a45c817fb6607a6071bd1e869b6c50dd3e5d3dc /examples/xmlpatterns/recipes/querymainwindow.h | |
parent | 990cacfd7650f74f5a1ee1e94fc7d105bebed9fd (diff) | |
download | qtxmlpatterns-4a1a84749a01581a7126240e5733e88c95783188.tar.gz |
Purge the Symbian support from this module
This continues were 70e6c71f7e8e4c12672075e7477f4f1d99f320e6
stopped and removes Symbian support from the .pro files and
the examples.
Change-Id: I760645d6e19cccb50d505340c3a08bacc7190105
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r-- | examples/xmlpatterns/recipes/querymainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h index 4a653e5..75d5c27 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.h +++ b/examples/xmlpatterns/recipes/querymainwindow.h @@ -43,7 +43,7 @@ #include <QMainWindow> -#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) +#if defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) #include "ui_querywidget_mobiles.h" #else #include "ui_querywidget.h" |