summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/ppp/pppimp.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/ppp/pppimp.h') (more/less context) (ignore 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 @@
-#ifndef PPPIMP_H
-#define PPPIMP_H
-
-#include "ppp.h"
-
-class PPPConfigureImp : public PPP {
-
-Q_OBJECT
-
-public:
- PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
- void setPeer(const QString &peer);
-
-protected:
- void accept();
-
-private:
- QString peer;
-
-};
-
-#endif
-
-// pppconfigureimp.h
-