summaryrefslogtreecommitdiffabout
path: root/libkcal/icalformatimpl.h
Unidiff
Diffstat (limited to 'libkcal/icalformatimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/icalformatimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libkcal/icalformatimpl.h b/libkcal/icalformatimpl.h
index 203c302..3a35b4c 100644
--- a/libkcal/icalformatimpl.h
+++ b/libkcal/icalformatimpl.h
@@ -23,2 +23,4 @@
23#include <qstring.h> 23#include <qstring.h>
24//Added by qt3to4:
25#include <Q3PtrList>
24 26
@@ -95,4 +97,4 @@ class ICalFormatImpl {
95 97
96 QPtrList<Event> mEventsRelate; // events with relations 98 Q3PtrList<Event> mEventsRelate; // events with relations
97 QPtrList<Todo> mTodosRelate; // todos with relations 99 Q3PtrList<Todo> mTodosRelate; // todos with relations
98 100