summaryrefslogtreecommitdiff
path: root/core/pim/todo/tableview.h
authordrw <drw>2002-12-21 17:29:01 (UTC)
committer drw <drw>2002-12-21 17:29:01 (UTC)
commit491ac1e10a2caceb5003b0649f0cb0131e9b81fd (patch) (side-by-side diff)
tree17e44a870b7ccb3ea200d370ebf782bb64d53fb5 /core/pim/todo/tableview.h
parent4700aa526ff4869486c23b3cfddcfa9b39ef9ae4 (diff)
downloadopie-491ac1e10a2caceb5003b0649f0cb0131e9b81fd.zip
opie-491ac1e10a2caceb5003b0649f0cb0131e9b81fd.tar.gz
opie-491ac1e10a2caceb5003b0649f0cb0131e9b81fd.tar.bz2
Main task view updates.
Diffstat (limited to 'core/pim/todo/tableview.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/tableview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/todo/tableview.h b/core/pim/todo/tableview.h
index a27c698..2b6ea2b 100644
--- a/core/pim/todo/tableview.h
+++ b/core/pim/todo/tableview.h
@@ -33,2 +33,3 @@
#include <qmap.h>
+#include <qpixmap.h>
@@ -82,2 +83,5 @@ namespace Todo {
+ QPixmap m_pic_completed;
+ QPixmap m_pic_priority[ 5 ];
+
protected: