summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/page.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/page.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/drawpad/page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/drawpad/page.h b/noncore/graphics/drawpad/page.h
index 020ab1f..20a37b5 100644
--- a/noncore/graphics/drawpad/page.h
+++ b/noncore/graphics/drawpad/page.h
@@ -19,14 +19,14 @@
#include <qdatetime.h>
class Page : public QPixmap
{
public:
Page();
- Page(int w, int h);
- Page(const QSize& size);
+ Page(QString title, int w, int h);
+ Page(QString title, const QSize& size);
~Page();
QString title() const;
QDateTime lastModified() const;