summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/attachdiag.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/attachdiag.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/attachdiag.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/noncore/unsupported/mail2/attachdiag.h b/noncore/unsupported/mail2/attachdiag.h
deleted file mode 100644
index 88686bc..0000000
--- a/noncore/unsupported/mail2/attachdiag.h
+++ b/dev/null
@@ -1,26 +0,0 @@
1#ifndef ATTACHDIAG_H
2#define ATTACHDIAG_H
3
4#include <qdialog.h>
5
6class DocLnk;
7class FileSelector;
8
9class AttachDiag : public QDialog
10{
11 Q_OBJECT
12
13public:
14 DocLnk selectedFile();
15 static DocLnk getFile(QWidget *parent);
16
17protected:
18 AttachDiag(QWidget *parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0);
19
20private:
21 FileSelector *_fileSelector;
22
23};
24
25#endif
26