summaryrefslogtreecommitdiffstats
path: root/examples/layouts/dynamiclayouts/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layouts/dynamiclayouts/dialog.cpp')
-rw-r--r--examples/layouts/dynamiclayouts/dialog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/layouts/dynamiclayouts/dialog.cpp b/examples/layouts/dynamiclayouts/dialog.cpp
index d07903d8aa..6e4f1efebc 100644
--- a/examples/layouts/dynamiclayouts/dialog.cpp
+++ b/examples/layouts/dynamiclayouts/dialog.cpp
@@ -43,11 +43,7 @@
#include "dialog.h"
Dialog::Dialog(QWidget *parent)
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- : QWidget(parent)
-#else
: QDialog(parent)
-#endif
{
createRotableGroupBox();
createOptionsGroupBox();