summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/querymainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r--examples/xmlpatterns/recipes/querymainwindow.h2
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"