summaryrefslogtreecommitdiff
path: root/core/pim/todo/quickeditimpl.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/quickeditimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/quickeditimpl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/pim/todo/quickeditimpl.h b/core/pim/todo/quickeditimpl.h
index c58275e..1253f3d 100644
--- a/core/pim/todo/quickeditimpl.h
+++ b/core/pim/todo/quickeditimpl.h
@@ -3,2 +3,4 @@
+#include <qpixmap.h>
+
#include <qpe/qpetoolbar.h>
@@ -32,2 +34,6 @@ private:
bool m_visible;
+
+ QPixmap priority1;
+ QPixmap priority3;
+ QPixmap priority5;
};