summaryrefslogtreecommitdiffstats
path: root/examples/network/bearermonitor/sessionwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/bearermonitor/sessionwidget.h')
-rw-r--r--examples/network/bearermonitor/sessionwidget.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/examples/network/bearermonitor/sessionwidget.h b/examples/network/bearermonitor/sessionwidget.h
index a42c20495d..ad32caafb2 100644
--- a/examples/network/bearermonitor/sessionwidget.h
+++ b/examples/network/bearermonitor/sessionwidget.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
@@ -17,8 +17,8 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
-** of its contributors may be used to endorse or promote products derived
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
@@ -43,11 +43,7 @@
#include <qnetworksession.h>
-#ifdef MAEMO_UI
-#include "ui_sessionwidget_maemo.h"
-#else
#include "ui_sessionwidget.h"
-#endif
QT_USE_NAMESPACE
@@ -72,10 +68,6 @@ private Q_SLOTS:
void stopSession();
void updateSession();
void updateSessionError(QNetworkSession::SessionError error);
-#ifdef MAEMO_UI
- void deleteSession();
-#endif
-
private:
QNetworkSession *session;