summaryrefslogtreecommitdiffstats
path: root/examples/xml/rsslisting/rsslisting.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/rsslisting/rsslisting.h')
-rw-r--r--examples/xml/rsslisting/rsslisting.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/xml/rsslisting/rsslisting.h b/examples/xml/rsslisting/rsslisting.h
index 49c694092c..22d222e2b9 100644
--- a/examples/xml/rsslisting/rsslisting.h
+++ b/examples/xml/rsslisting/rsslisting.h
@@ -48,15 +48,6 @@
#include <QXmlStreamReader>
#include <QUrl>
-#ifdef Q_OS_SYMBIAN
-// Bearer
-#include <QNetworkConfigurationManager>
-#include <QNetworkSession>
-#include <QPointer>
-
-// QtMobility namespace
-QTM_USE_NAMESPACE
-#endif
QT_BEGIN_NAMESPACE
class QLineEdit;
@@ -95,10 +86,6 @@ private:
QTreeWidget *treeWidget;
QPushButton *fetchButton;
-#ifdef Q_OS_SYMBIAN
- // for bearer management
- QPointer<QNetworkSession> m_session;
-#endif
};
#endif