summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/attachdiag.h
Side-by-side diff
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 @@
-#ifndef ATTACHDIAG_H
-#define ATTACHDIAG_H
-
-#include <qdialog.h>
-
-class DocLnk;
-class FileSelector;
-
-class AttachDiag : public QDialog
-{
- Q_OBJECT
-
-public:
- DocLnk selectedFile();
- static DocLnk getFile(QWidget *parent);
-
-protected:
- AttachDiag(QWidget *parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0);
-
-private:
- FileSelector *_fileSelector;
-
-};
-
-#endif
-