summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/attachdiag.h
authorconber <conber>2002-06-19 20:34:10 (UTC)
committer conber <conber>2002-06-19 20:34:10 (UTC)
commitdd53a68602f625e02188411d4469f2ec13e1dae8 (patch) (side-by-side diff)
treed5ac5a485c262ea3bb8aa91b46be8074a9d0eed4 /noncore/unsupported/mail2/attachdiag.h
parentc5492c760713b3ece235a6d53008e2cb042c5cfc (diff)
downloadopie-dd53a68602f625e02188411d4469f2ec13e1dae8.zip
opie-dd53a68602f625e02188411d4469f2ec13e1dae8.tar.gz
opie-dd53a68602f625e02188411d4469f2ec13e1dae8.tar.bz2
attachdiag is not needed anymore
Diffstat (limited to 'noncore/unsupported/mail2/attachdiag.h') (more/less context) (show 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
-