summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/thumbnailview.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/thumbnailview.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/drawpad/thumbnailview.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/thumbnailview.h b/noncore/graphics/drawpad/thumbnailview.h
index 1fdb168..eb748fa 100644
--- a/noncore/graphics/drawpad/thumbnailview.h
+++ b/noncore/graphics/drawpad/thumbnailview.h
@@ -23,2 +23,4 @@ class Page;
+class QToolButton;
+
class PageListViewItem : public QListViewItem
@@ -61,2 +63,4 @@ public:
+ void updateView();
+
void hide();
@@ -68,2 +72,4 @@ public slots:
void deletePage();
+ void movePageUp();
+ void movePageDown();
void changePage();
@@ -76,2 +82,5 @@ private:
+ QToolButton* m_pMovePageUpButton;
+ QToolButton* m_pMovePageDownButton;
+
PageListView* m_pPageListView;