summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/pppimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/pppimp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/ppp/pppimp.h b/noncore/settings/networksettings/ppp/pppimp.h
index 1bc1fad..a94139e 100644
--- a/noncore/settings/networksettings/ppp/pppimp.h
+++ b/noncore/settings/networksettings/ppp/pppimp.h
@@ -8,12 +8,14 @@ class PPPConfigureImp : public PPP {
Q_OBJECT
public:
- PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
+ PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = true, WFlags fl = 0);
void setPeer(const QString &peer);
protected:
void accept();
+protected slots:
+ void queryModem();
private:
QString peer;