summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/edit.h
authortille <tille>2003-05-30 15:06:17 (UTC)
committer tille <tille>2003-05-30 15:06:17 (UTC)
commit8699d02f6c152afed9490e7e7a4315044261e6e8 (patch) (side-by-side diff)
treed2ee2ba401c7a9db0e33beaf0617a1456fe01d50 /noncore/settings/networksettings/ppp/edit.h
parentd8cec07fe5e54a68afe4feca574f9f4d2433e0c1 (diff)
downloadopie-8699d02f6c152afed9490e7e7a4315044261e6e8.zip
opie-8699d02f6c152afed9490e7e7a4315044261e6e8.tar.gz
opie-8699d02f6c152afed9490e7e7a4315044261e6e8.tar.bz2
modem and pppdata is now member of interfaceppp
Diffstat (limited to 'noncore/settings/networksettings/ppp/edit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/edit.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/noncore/settings/networksettings/ppp/edit.h b/noncore/settings/networksettings/ppp/edit.h
index cd0161f..2cc0fed 100644
--- a/noncore/settings/networksettings/ppp/edit.h
+++ b/noncore/settings/networksettings/ppp/edit.h
@@ -49,2 +49,3 @@
class IPLineEdit;
+class PPPData;
@@ -53,3 +54,3 @@ class DialWidget : public QWidget {
public:
- DialWidget( QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ DialWidget( PPPData*, QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DialWidget() {}
@@ -78,2 +79,3 @@ private:
QListBox *numbers;
+ PPPData *_pppdata;
};
@@ -89,3 +91,3 @@ class ExecWidget : public QWidget {
public:
- ExecWidget(QWidget *parent=0, bool isnewaccount=true, const char *name=0);
+ ExecWidget(PPPData*, QWidget *parent=0, bool isnewaccount=true, const char *name=0);
@@ -106,2 +108,3 @@ private:
QLabel *discommand_label;
+ PPPData *_pppdata;
};
@@ -112,3 +115,3 @@ class IPWidget : public QWidget {
public:
- IPWidget( QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ IPWidget(PPPData*, QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~IPWidget() {}
@@ -136,2 +139,3 @@ private:
QCheckBox *autoname;
+ PPPData *_pppdata;
};
@@ -142,3 +146,3 @@ class DNSWidget : public QWidget {
public:
- DNSWidget( QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ DNSWidget( PPPData*, QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DNSWidget() {}
@@ -168,2 +172,3 @@ private:
QCheckBox *exdnsdisabled_toggle;
+ PPPData *_pppdata;
};
@@ -174,3 +179,3 @@ class GatewayWidget : public QWidget {
public:
- GatewayWidget( QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ GatewayWidget(PPPData*, QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~GatewayWidget() {}
@@ -192,2 +197,3 @@ private:
QCheckBox *defaultroute;
+ PPPData *_pppdata;
};
@@ -198,3 +204,3 @@ class ScriptWidget : public QWidget {
public:
- ScriptWidget( QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ ScriptWidget(PPPData*, QWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~ScriptWidget() {}
@@ -227,2 +233,3 @@ private:
QScrollBar *slb;
+ PPPData *_pppdata;
};
@@ -247,2 +254,3 @@ private:
QLineEdit *le;
+
};