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) (unidiff)
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 @@
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