summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindowimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/mainwindowimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindowimp.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/noncore/settings/networksettings/mainwindowimp.h b/noncore/settings/networksettings/mainwindowimp.h
index a553f75..451835b 100644
--- a/noncore/settings/networksettings/mainwindowimp.h
+++ b/noncore/settings/networksettings/mainwindowimp.h
@@ -12,3 +12,3 @@ class KProcess;
class QCopChannel;
-#ifdef QWS
+#ifdef QWS
class QLibrary;
@@ -27,3 +27,3 @@ public:
~MainWindowImp();
-
+
QCopChannel *channel;
@@ -32,3 +32,3 @@ private slots:
void getAllInterfaces();
-
+
void addClicked();
@@ -37,3 +37,3 @@ private slots:
void informationClicked();
-
+
void addProfile();
@@ -41,3 +41,3 @@ private slots:
void changeProfile();
-
+
void updateInterface(Interface *i);
@@ -50,3 +50,3 @@ private:
void loadModules(const QString &path);
-
+
Module* loadPlugin(const QString &pluginFileName,
@@ -60,3 +60,4 @@ private:
QMap<QListViewItem*, Interface*> interfaceItems;
-
+ QStringList m_handledIfaces;
+
QMap<KProcess*, QString> threads;