-rw-r--r-- | noncore/graphics/drawpad/page.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/page.cpp b/noncore/graphics/drawpad/page.cpp index fbf3d01..a081680 100644 --- a/noncore/graphics/drawpad/page.cpp +++ b/noncore/graphics/drawpad/page.cpp | |||
@@ -10,13 +10,13 @@ | |||
10 | * (at your option) any later version. * | 10 | * (at your option) any later version. * |
11 | * * | 11 | * * |
12 | ***************************************************************************/ | 12 | ***************************************************************************/ |
13 | 13 | ||
14 | #include "page.h" | 14 | #include "page.h" |
15 | 15 | ||
16 | const int PAGE_BACKUPS = 99; | 16 | const int PAGE_BACKUPS = 9; |
17 | 17 | ||
18 | Page::Page() | 18 | Page::Page() |
19 | { | 19 | { |
20 | m_title = ""; | 20 | m_title = ""; |
21 | m_lastModified = QDateTime::currentDateTime(); | 21 | m_lastModified = QDateTime::currentDateTime(); |
22 | m_pPixmap = new QPixmap(); | 22 | m_pPixmap = new QPixmap(); |