summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppimp.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings/ppp/pppimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/pppimp.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/noncore/settings/networksettings/ppp/pppimp.h b/noncore/settings/networksettings/ppp/pppimp.h
deleted file mode 100644
index a94139e..0000000
--- a/noncore/settings/networksettings/ppp/pppimp.h
+++ b/dev/null
@@ -1,27 +0,0 @@
1#ifndef PPPIMP_H
2#define PPPIMP_H
3
4#include "ppp.h"
5
6class PPPConfigureImp : public PPP {
7
8Q_OBJECT
9
10public:
11 PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = true, WFlags fl = 0);
12 void setPeer(const QString &peer);
13
14protected:
15 void accept();
16
17protected slots:
18 void queryModem();
19private:
20 QString peer;
21
22};
23
24#endif
25
26// pppconfigureimp.h
27