summaryrefslogtreecommitdiff
path: root/core/pim/todo/quickeditimpl.h
authordrw <drw>2002-12-20 23:35:07 (UTC)
committer drw <drw>2002-12-20 23:35:07 (UTC)
commitde31929f800eb2aebe2fcb71a0c165f0f318e220 (patch) (side-by-side diff)
tree9645e3042359be0f2957584b5aa1723f99e92458 /core/pim/todo/quickeditimpl.h
parent24972a13cfadcb004936b548fccf87cbb7b15de2 (diff)
downloadopie-de31929f800eb2aebe2fcb71a0c165f0f318e220.zip
opie-de31929f800eb2aebe2fcb71a0c165f0f318e220.tar.gz
opie-de31929f800eb2aebe2fcb71a0c165f0f318e220.tar.bz2
Use icons for task priority on quick task toolbar
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