Purge the Symbian support from this module
[profile/ivi/qtxmlpatterns.git] / examples / xmlpatterns / recipes / querymainwindow.h
index 4a653e5..75d5c27 100644 (file)
@@ -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"