summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/ppp/pppimp.h
Unidiff
Diffstat (limited to 'noncore/net/networksetup/ppp/pppimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/ppp/pppimp.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/noncore/net/networksetup/ppp/pppimp.h b/noncore/net/networksetup/ppp/pppimp.h
deleted file mode 100644
index 1bc1fad..0000000
--- a/noncore/net/networksetup/ppp/pppimp.h
+++ b/dev/null
@@ -1,25 +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 = FALSE, WFlags fl = 0);
12 void setPeer(const QString &peer);
13
14protected:
15 void accept();
16
17private:
18 QString peer;
19
20};
21
22#endif
23
24// pppconfigureimp.h
25