summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/connect.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/connect.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/connect.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/settings/networksettings/ppp/connect.h b/noncore/settings/networksettings/ppp/connect.h
index 3127236..e7ae5e0 100644
--- a/noncore/settings/networksettings/ppp/connect.h
+++ b/noncore/settings/networksettings/ppp/connect.h
@@ -38,4 +38,3 @@
#include "pwentry.h"
-//#include "docking.h"
-//#include "loginterm.h"
+
@@ -43,3 +42,4 @@
-class PPPStats;
+class InterfacePPP;
+class PPPData;
@@ -48,3 +48,3 @@ class ConnectWidget : public QWidget {
public:
- ConnectWidget(QWidget *parent, const char *name);
+ ConnectWidget(InterfacePPP*, QWidget *parent, const char *name);
~ConnectWidget();
@@ -138,3 +138,3 @@ private:
-// PPPStats *stats;
+ InterfacePPP *_ifaceppp;
};
@@ -143,8 +143,8 @@ private:
// non-member function to kill&wait on the pppd child process
-extern void killppp();
-void adddns();
-void addpeerdns();
-void removedns();
-void add_domain(const QString & newdomain);
-void auto_hostname();
+extern void killppp(PPPData*);
+void adddns(InterfacePPP*);
+void addpeerdns(InterfacePPP*);
+void removedns(InterfacePPP*);
+void add_domain(const QString & newdomain, InterfacePPP*);
+void auto_hostname(InterfacePPP*);