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
@@ -10,4 +10,5 @@ class Interface;
class QLibrary;
class KProcess;
+class QCopChannel;
#ifdef QWS
class QLibrary;
@@ -26,4 +27,6 @@ public:
~MainWindowImp();
+ QCopChannel *channel;
+
private slots:
void getAllInterfaces();
@@ -41,5 +44,8 @@ private slots:
void newProfileChanged(const QString& newText);
+ void receive (const QCString &, const QByteArray &);
+
private:
+ void makeChannel();
void loadModules(const QString &path);