summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppimp.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings/ppp/pppimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/pppimp.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/ppp/pppimp.h b/noncore/settings/networksettings/ppp/pppimp.h
index 60d29b5..1bc1fad 100644
--- a/noncore/settings/networksettings/ppp/pppimp.h
+++ b/noncore/settings/networksettings/ppp/pppimp.h
@@ -5,9 +5,17 @@
5 5
6class PPPConfigureImp : public PPP { 6class PPPConfigureImp : public PPP {
7 7
8Q_OBJECT
9
8public: 10public:
9 PPPConfigureImp(); 11 PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
10 ~PPPConfigureImp(); 12 void setPeer(const QString &peer);
13
14protected:
15 void accept();
16
17private:
18 QString peer;
11 19
12}; 20};
13 21