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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/noncore/unsupported/mail2/attachdiag.h b/noncore/unsupported/mail2/attachdiag.h
index bce5b4b..88686bc 100644
--- a/noncore/unsupported/mail2/attachdiag.h
+++ b/noncore/unsupported/mail2/attachdiag.h
@@ -5,3 +5,4 @@
-#include <qpe/applnk.h>
+class DocLnk;
+class FileSelector;
@@ -12,2 +13,3 @@ class AttachDiag : public QDialog
public:
+ DocLnk selectedFile();
static DocLnk getFile(QWidget *parent);
@@ -17,7 +19,4 @@ protected:
-private slots:
- void fileSelected(const DocLnk &);
-
private:
- DocLnk currentFile;
+ FileSelector *_fileSelector;