summaryrefslogtreecommitdiff
path: root/core/pim/todo/todo.pro
authordrw <drw>2002-12-23 17:13:12 (UTC)
committer drw <drw>2002-12-23 17:13:12 (UTC)
commit1cb75c721b69459494cb599730a96bbc1ddc0f65 (patch) (unidiff)
tree9a45955d74016b639593c4a888acb4e96e17e9fb /core/pim/todo/todo.pro
parentdeb4685b99d6c5917f92ce188ead09fdd9c37859 (diff)
downloadopie-1cb75c721b69459494cb599730a96bbc1ddc0f65.zip
opie-1cb75c721b69459494cb599730a96bbc1ddc0f65.tar.gz
opie-1cb75c721b69459494cb599730a96bbc1ddc0f65.tar.bz2
Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
Diffstat (limited to 'core/pim/todo/todo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todo.pro16
1 files changed, 9 insertions, 7 deletions
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index 2714f30..9960c65 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -16,9 +16,10 @@ HEADERS = smalltodo.h \
16 templatedialogimpl.h \ 16 templatedialogimpl.h \
17 quickedit.h \ 17 quickedit.h \
18 quickeditimpl.h \ 18 quickeditimpl.h \
19 otaskeditor.h \ 19 otaskeditor.h \
20 taskeditoroverviewimpl.h \ 20 taskeditoroverview.h \
21 taskeditoradvancedimpl.h 21 taskeditoradvancedimpl.h \
22 taskeditoralarms.h
22 23
23 SOURCES= smalltodo.cpp \ 24 SOURCES= smalltodo.cpp \
24 todomanager.cpp \ 25 todomanager.cpp \
@@ -35,11 +36,12 @@ SOURCES = smalltodo.cpp \
35 templatedialogimpl.cpp \ 36 templatedialogimpl.cpp \
36 quickeditimpl.cpp \ 37 quickeditimpl.cpp \
37 quickedit.cpp \ 38 quickedit.cpp \
38 otaskeditor.cpp \ 39 otaskeditor.cpp \
39 taskeditoroverviewimpl.cpp \ 40 taskeditoroverview.cpp \
40 taskeditoradvancedimpl.cpp 41 taskeditoradvancedimpl.cpp \
42 taskeditoralarms.cpp
41 43
42 INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui 44 INTERFACES= taskeditoradvanced.ui
43 TARGET = todolist 45 TARGET = todolist
44INCLUDEPATH += $(OPIEDIR)/include 46INCLUDEPATH += $(OPIEDIR)/include
45 DEPENDPATH+= $(OPIEDIR)/include 47 DEPENDPATH+= $(OPIEDIR)/include