summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.pro
authoralwin <alwin>2005-03-19 13:44:30 (UTC)
committer alwin <alwin>2005-03-19 13:44:30 (UTC)
commit34e42590a8ef21c1377f89c7b82f25bcf0aec3cb (patch) (side-by-side diff)
treef5afdae31945ca2bac7339a339499fa87ece50d9 /core/pim/datebook/datebook.pro
parentd9e8b9e797e3162ab564bb3b0f04663ef1167541 (diff)
downloadopie-34e42590a8ef21c1377f89c7b82f25bcf0aec3cb.zip
opie-34e42590a8ef21c1377f89c7b82f25bcf0aec3cb.tar.gz
opie-34e42590a8ef21c1377f89c7b82f25bcf0aec3cb.tar.bz2
so....
I looked for a problem. could not found due the kind of code structure. so I had reorganized the code into a more sensefull structure so every one should be able to find some code sequences when searching for a bug. yes - now I found the problem and can thinking about resolving it.
Diffstat (limited to 'core/pim/datebook/datebook.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebook.pro18
1 files changed, 14 insertions, 4 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 046bcdf..26f4d8d 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -5,7 +5,12 @@ HEADERS = datebookday.h \
datebookdayheaderimpl.h \
datebooksettings.h \
datebookweek.h \
- datebookweeklst.h \
+ modules/weeklst/datebookweeklst.h \
+ modules/weeklst/datebookweeklstdayhdr.h \
+ modules/weeklst/datebookweeklstheader.h \
+ modules/weeklst/datebookweeklstevent.h \
+ modules/weeklst/datebookweeklstview.h \
+ modules/weeklst/datebookweeklstdblview.h \
datebookweekheaderimpl.h \
repeatentry.h \
noteentryimpl.h \
@@ -20,7 +25,12 @@ SOURCES = main.cpp \
datebookdayheaderimpl.cpp \
datebooksettings.cpp \
datebookweek.cpp \
- datebookweeklst.cpp \
+ modules/weeklst/datebookweeklst.cpp \
+ modules/weeklst/datebookweeklstdayhdr.cpp \
+ modules/weeklst/datebookweeklstheader.cpp \
+ modules/weeklst/datebookweeklstevent.cpp \
+ modules/weeklst/datebookweeklstview.cpp \
+ modules/weeklst/datebookweeklstdblview.cpp \
datebookweekheaderimpl.cpp \
repeatentry.cpp \
noteentryimpl.cpp \
@@ -29,8 +39,8 @@ SOURCES = main.cpp \
INTERFACES = dateentry.ui \
datebookdayheader.ui \
datebookweekheader.ui \
- datebookweeklstheader.ui \
- datebookweeklstdayhdr.ui \
+ modules/weeklst/datebookweeklstheaderbase.ui \
+ modules/weeklst/datebookweeklstdayhdrbase.ui \
repeatentrybase.ui \
datebooksettingsbase.ui \
noteentry.ui