summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindowimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/mainwindowimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindowimp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/mainwindowimp.h b/noncore/settings/networksettings/mainwindowimp.h
index c045fe6..a553f75 100644
--- a/noncore/settings/networksettings/mainwindowimp.h
+++ b/noncore/settings/networksettings/mainwindowimp.h
@@ -11,2 +11,3 @@ class QLibrary;
class KProcess;
+class QCopChannel;
#ifdef QWS
@@ -27,2 +28,4 @@ public:
+ QCopChannel *channel;
+
private slots:
@@ -42,3 +45,6 @@ private slots:
+ void receive (const QCString &, const QByteArray &);
+
private:
+ void makeChannel();
void loadModules(const QString &path);