summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/edit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/edit.h') (more/less context) (show 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;
+
};