summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppimp.h
authortille <tille>2003-05-23 19:47:14 (UTC)
committer tille <tille>2003-05-23 19:47:14 (UTC)
commitcfe5c97107610e45f29d1e996bcd8fa2cc2c3d9d (patch) (side-by-side diff)
tree2230576385949c61719a4f0a4ec760ac34cbc34b /noncore/settings/networksettings/ppp/pppimp.h
parent9b6b21112f38181f49b07e973bfe00c0d83a6900 (diff)
downloadopie-cfe5c97107610e45f29d1e996bcd8fa2cc2c3d9d.zip
opie-cfe5c97107610e45f29d1e996bcd8fa2cc2c3d9d.tar.gz
opie-cfe5c97107610e45f29d1e996bcd8fa2cc2c3d9d.tar.bz2
bye bye
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 @@
-#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 = true, WFlags fl = 0);
- void setPeer(const QString &peer);
-
-protected:
- void accept();
-
-protected slots:
- void queryModem();
-private:
- QString peer;
-
-};
-
-#endif
-
-// pppconfigureimp.h
-