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
@@ -1,9 +1,11 @@
#ifndef OPIE_QUICK_EDIT_IMPL_H
#define OPIE_QUICK_EDIT_IMPL_H
+#include <qpixmap.h>
+
#include <qpe/qpetoolbar.h>
#include "quickedit.h"
class QLineEdit;
class QLabel;
@@ -27,9 +29,13 @@ private:
QLineEdit* m_edit;
QLabel* m_enter;
QLabel* m_more;
QPopupMenu* m_menu;
OTodo m_todo;
bool m_visible;
+
+ QPixmap priority1;
+ QPixmap priority3;
+ QPixmap priority5;
};
#endif