summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/pageinformationdialog.h
Unidiff
Diffstat (limited to 'noncore/graphics/drawpad/pageinformationdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/pageinformationdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/pageinformationdialog.h b/noncore/graphics/drawpad/pageinformationdialog.h
index cce74ec..60662a9 100644
--- a/noncore/graphics/drawpad/pageinformationdialog.h
+++ b/noncore/graphics/drawpad/pageinformationdialog.h
@@ -15,12 +15,14 @@
15#define PAGEINFORMATIONDIALOG_H 15#define PAGEINFORMATIONDIALOG_H
16 16
17#include <qdialog.h> 17#include <qdialog.h>
18 18
19class Page; 19class Page;
20 20
21#include <qdatetime.h>
22
21class QLineEdit; 23class QLineEdit;
22 24
23class PageInformationDialog : public QDialog 25class PageInformationDialog : public QDialog
24{ 26{
25 Q_OBJECT 27 Q_OBJECT
26 28
@@ -28,12 +30,14 @@ public:
28 PageInformationDialog(Page* page, QWidget* parent = 0, const char* name = 0); 30 PageInformationDialog(Page* page, QWidget* parent = 0, const char* name = 0);
29 ~PageInformationDialog(); 31 ~PageInformationDialog();
30 32
31 QString selectedTitle(); 33 QString selectedTitle();
32 34
33private: 35private:
36 QString dateTimeString(QDateTime dateTime);
37
34 Page* m_pPage; 38 Page* m_pPage;
35 39
36 QLineEdit* m_pTitleLineEdit; 40 QLineEdit* m_pTitleLineEdit;
37}; 41};
38 42
39#endif // PAGEINFORMATIONDIALOG_H 43#endif // PAGEINFORMATIONDIALOG_H