summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/rename.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/rename.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/rename.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/rename.h b/noncore/unsupported/mail2/rename.h
new file mode 100644
index 0000000..757623e
--- a/dev/null
+++ b/noncore/unsupported/mail2/rename.h
@@ -0,0 +1,20 @@
1#ifndef RENAME_H
2#define RENAME_H
3
4#include "renamebase.h"
5
6class Rename : public RenameBase
7{
8 Q_OBJECT
9
10public:
11 static QString rename(const QString &on, QWidget *parent);
12 static QString getText(const QString &caption, const QString &secondLabel, QWidget *parent);
13
14protected:
15 Rename(QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags fl = 0);
16
17};
18
19#endif
20