summaryrefslogtreecommitdiffstats
path: root/examples/network/http/httpwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/http/httpwindow.h')
-rw-r--r--examples/network/http/httpwindow.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/network/http/httpwindow.h b/examples/network/http/httpwindow.h
index 8bbe1a261a..0ec87af48a 100644
--- a/examples/network/http/httpwindow.h
+++ b/examples/network/http/httpwindow.h
@@ -41,11 +41,7 @@
#ifndef HTTPWINDOW_H
#define HTTPWINDOW_H
-#ifdef Q_WS_MAEMO_5
-#include <QWidget>
-#else
#include <QDialog>
-#endif
#include <QNetworkAccessManager>
#include <QUrl>
@@ -63,11 +59,7 @@ class QNetworkReply;
QT_END_NAMESPACE
-#ifdef Q_WS_MAEMO_5
-class HttpWindow : public QWidget
-#else
class HttpWindow : public QDialog
-#endif
{
Q_OBJECT
@@ -92,9 +84,7 @@ private:
QLabel *statusLabel;
QLabel *urlLabel;
QLineEdit *urlLineEdit;
-#ifndef Q_WS_MAEMO_5
QProgressDialog *progressDialog;
-#endif
QPushButton *downloadButton;
QPushButton *quitButton;
QDialogButtonBox *buttonBox;