summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/mainwindowimp.h
Unidiff
Diffstat (limited to 'noncore/net/networksetup/mainwindowimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/mainwindowimp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/noncore/net/networksetup/mainwindowimp.h b/noncore/net/networksetup/mainwindowimp.h
index e5284b4..382428c 100644
--- a/noncore/net/networksetup/mainwindowimp.h
+++ b/noncore/net/networksetup/mainwindowimp.h
@@ -9,32 +9,31 @@ class Module;
9class Interface; 9class Interface;
10class QLibrary; 10class QLibrary;
11class KProcess; 11class KProcess;
12 12
13class MainWindowImp : public MainWindow { 13class MainWindowImp : public MainWindow {
14 Q_OBJECT 14 Q_OBJECT
15 15
16public: 16public:
17 MainWindowImp(QWidget *parent=0, const char *name=0); 17 MainWindowImp(QWidget *parent=0, const char *name=0);
18 ~MainWindowImp(); 18 ~MainWindowImp();
19 19
20private slots: 20private slots:
21 void getAllInterfaces();
22
21 void addClicked(); 23 void addClicked();
22 void removeClicked(); 24 void removeClicked();
23 void configureClicked(); 25 void configureClicked();
24 void informationClicked(); 26 void informationClicked();
25 27
26 void jobDone(KProcess *process);
27 void getInterfaceList();
28
29 void addProfile(); 28 void addProfile();
30 void removeProfile(); 29 void removeProfile();
31 void changeProfile(); 30 void changeProfile();
32 31
33 void updateInterface(Interface *i); 32 void updateInterface(Interface *i);
34 void newProfileChanged(const QString& newText); 33 void newProfileChanged(const QString& newText);
35 34
36private: 35private:
37 void loadModules(QString path); 36 void loadModules(QString path);
38 37
39 Module* loadPlugin(QString pluginFileName, 38 Module* loadPlugin(QString pluginFileName,
40 QString resolveString = "create_plugin"); 39 QString resolveString = "create_plugin");