summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindowimp.h
Unidiff
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;
10class QLibrary; 10class QLibrary;
11class KProcess; 11class KProcess;
12class QCopChannel;
12#ifdef QWS 13#ifdef QWS
13class QLibrary; 14class QLibrary;
@@ -26,4 +27,6 @@ public:
26 ~MainWindowImp(); 27 ~MainWindowImp();
27 28
29 QCopChannel *channel;
30
28private slots: 31private slots:
29 void getAllInterfaces(); 32 void getAllInterfaces();
@@ -41,5 +44,8 @@ private slots:
41 void newProfileChanged(const QString& newText); 44 void newProfileChanged(const QString& newText);
42 45
46 void receive (const QCString &, const QByteArray &);
47
43private: 48private:
49 void makeChannel();
44 void loadModules(const QString &path); 50 void loadModules(const QString &path);
45 51