author | harlekin <harlekin> | 2002-09-10 13:11:31 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-10 13:11:31 (UTC) |
commit | 8db6dc7be6e274fe1ce762b15801052bce7bcf26 (patch) (unidiff) | |
tree | e18c7ff29ac4b9f4a5702d2cb043697aa8ba3ca6 /libopie/todovcalresource.cpp | |
parent | a73774e8ab1d14c76f17c854c6b6cdf801abfe82 (diff) | |
download | opie-8db6dc7be6e274fe1ce762b15801052bce7bcf26.zip opie-8db6dc7be6e274fe1ce762b15801052bce7bcf26.tar.gz opie-8db6dc7be6e274fe1ce762b15801052bce7bcf26.tar.bz2 |
include fix
Diffstat (limited to 'libopie/todovcalresource.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie/todovcalresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/todovcalresource.cpp b/libopie/todovcalresource.cpp index 80f8c60..1df5aff 100644 --- a/libopie/todovcalresource.cpp +++ b/libopie/todovcalresource.cpp | |||
@@ -27,17 +27,17 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <qfile.h> | 29 | #include <qfile.h> |
30 | #include <qvaluelist.h> | 30 | #include <qvaluelist.h> |
31 | #include <opie/todoevent.h> | 31 | #include <opie/todoevent.h> |
32 | #include <opie/todovcalresource.h> | 32 | #include <opie/todovcalresource.h> |
33 | 33 | ||
34 | #include "../library/backend/vobject_p.h" | 34 | #include "../library/backend/vobject_p.h" |
35 | #include "../library/backend/timeconversion.h" | 35 | #include "../library/timeconversion.h" |
36 | #include "../library/backend/qfiledirect_p.h" | 36 | #include "../library/backend/qfiledirect_p.h" |
37 | 37 | ||
38 | static VObject *vobjByEvent( const ToDoEvent &event ) | 38 | static VObject *vobjByEvent( const ToDoEvent &event ) |
39 | { | 39 | { |
40 | VObject *task = newVObject( VCTodoProp ); | 40 | VObject *task = newVObject( VCTodoProp ); |
41 | if( task == 0 ) | 41 | if( task == 0 ) |
42 | return 0l; | 42 | return 0l; |
43 | if( event.hasDate() ) | 43 | if( event.hasDate() ) |