summaryrefslogtreecommitdiff
path: root/library/network.cpp
Side-by-side diff
Diffstat (limited to 'library/network.cpp') (more/less context) (show whitespace changes)
-rw-r--r--library/network.cpp13
1 files changed, 10 insertions, 3 deletions
diff --git a/library/network.cpp b/library/network.cpp
index e6d2781..185b147 100644
--- a/library/network.cpp
+++ b/library/network.cpp
@@ -1,5 +1,5 @@
/**********************************************************************
-** Copyright (C) 2000 Trolltech AS. All rights reserved.
+** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
-** This file is part of Qtopia Environment.
+** This file is part of the Qtopia Environment.
**
@@ -27,3 +27,5 @@
#include "qpe/qpeapplication.h"
+#ifdef QWS
#include <qpe/qcopenvelope_qws.h>
+#endif
#include <qpe/qlibrary.h>
@@ -38,2 +40,3 @@
+#ifndef QT_NO_COP
class NetworkEmitter : public QCopChannel {
@@ -70,2 +73,3 @@ void Network::start(const QString& choice, const QString& password)
\brief The Network class provides network access functionality.
+ \internal
*/
@@ -115,2 +119,3 @@ void Network::connectChoiceChange(QObject* receiver, const char* slot)
+#endif // QT_NO_COP
/*!
@@ -123,2 +128,3 @@ QString Network::settingsDir()
+#ifndef QT_NO_COP
/*!
@@ -154,3 +160,3 @@ class NetworkServer : public QCopChannel {
public:
- NetworkServer(QObject* parent) : QCopChannel("QPE/Network",parent)
+ NetworkServer(QObject* parent) : QCopChannel("QPE/Network",parent), wait(0)
{
@@ -439 +445,2 @@ NetworkInterface* Network::loadPlugin(const QString& type)
#include "network.moc"
+#endif // QT_NO_COP