summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/mainwindowimp.h
authorbenmeyer <benmeyer>2002-11-04 19:51:00 (UTC)
committer benmeyer <benmeyer>2002-11-04 19:51:00 (UTC)
commit3c2605811571b5c8ccfbe2bdb1a03ec7a9c9f1c1 (patch) (side-by-side diff)
treea68d9539674c062eebb41bc041c4fd837ccee1ce /noncore/net/networksetup/mainwindowimp.h
parent8cc19ef032e1974adf6c7cd9aa899a83fa03cbb5 (diff)
downloadopie-3c2605811571b5c8ccfbe2bdb1a03ec7a9c9f1c1.zip
opie-3c2605811571b5c8ccfbe2bdb1a03ec7a9c9f1c1.tar.gz
opie-3c2605811571b5c8ccfbe2bdb1a03ec7a9c9f1c1.tar.bz2
Now using kernel calls for interface information
Diffstat (limited to 'noncore/net/networksetup/mainwindowimp.h') (more/less context) (ignore 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
@@ -18,14 +18,13 @@ public:
~MainWindowImp();
private slots:
+ void getAllInterfaces();
+
void addClicked();
void removeClicked();
void configureClicked();
void informationClicked();
- void jobDone(KProcess *process);
- void getInterfaceList();
-
void addProfile();
void removeProfile();
void changeProfile();