-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 @@ -8,17 +8,17 @@ * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include "page.h" -const int PAGE_BACKUPS = 99; +const int PAGE_BACKUPS = 9; Page::Page() { m_title = ""; m_lastModified = QDateTime::currentDateTime(); m_pPixmap = new QPixmap(); m_backHistory.setAutoDelete(true); |