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.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;