summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/passdiag.h
authorconber <conber>2002-06-16 10:34:06 (UTC)
committer conber <conber>2002-06-16 10:34:06 (UTC)
commite3bc0fd26c14717107c3eccffa7d583611291ad1 (patch) (unidiff)
treeed53c0c45eaa03b6cbfe1a20847332489f056cb6 /noncore/unsupported/mail2/passdiag.h
parent29aa18a58685f3a3250832a427bec69c7608c2e6 (diff)
downloadopie-e3bc0fd26c14717107c3eccffa7d583611291ad1.zip
opie-e3bc0fd26c14717107c3eccffa7d583611291ad1.tar.gz
opie-e3bc0fd26c14717107c3eccffa7d583611291ad1.tar.bz2
not needed
Diffstat (limited to 'noncore/unsupported/mail2/passdiag.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/passdiag.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/noncore/unsupported/mail2/passdiag.h b/noncore/unsupported/mail2/passdiag.h
deleted file mode 100644
index b611dd5..0000000
--- a/noncore/unsupported/mail2/passdiag.h
+++ b/dev/null
@@ -1,21 +0,0 @@
1#ifndef PASSDIAG_H
2#define PASSDIAG_H
3
4#include "passdiagbase.h"
5
6class PassDiag : public PassDiagBase
7{
8 Q_OBJECT
9
10public:
11 static QString getPassword(QWidget *parent, QString text);
12
13protected:
14 PassDiag(QString text, QWidget *parent, const char *name = 0, bool modal = false, WFlags fl = 0);
15
16protected slots:
17 void accept();
18
19};
20
21#endif