equal
deleted
inserted
replaced
42 #ifndef PROXYSETTINGS_H |
42 #ifndef PROXYSETTINGS_H |
43 #define PROXYSETTINGS_H |
43 #define PROXYSETTINGS_H |
44 |
44 |
45 #include <QDialog> |
45 #include <QDialog> |
46 #include <QNetworkProxy> |
46 #include <QNetworkProxy> |
|
47 #ifdef Q_WS_MAEMO_5 |
|
48 #include "ui_proxysettings_maemo5.h" |
|
49 #else |
47 #include "ui_proxysettings.h" |
50 #include "ui_proxysettings.h" |
|
51 #endif |
48 |
52 |
49 QT_BEGIN_NAMESPACE |
53 QT_BEGIN_NAMESPACE |
50 /** |
54 /** |
51 */ |
55 */ |
52 class ProxySettings : public QDialog, public Ui::ProxySettings |
56 class ProxySettings : public QDialog, public Ui::ProxySettings |