From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'libkcal/icalformatimpl.h') diff --git a/libkcal/icalformatimpl.h b/libkcal/icalformatimpl.h index 203c302..3a35b4c 100644 --- a/libkcal/icalformatimpl.h +++ b/libkcal/icalformatimpl.h @@ -21,6 +21,8 @@ #define ICALFORMATIMPL_H #include +//Added by qt3to4: +#include #include "scheduler.h" #include "freebusy.h" @@ -93,8 +95,8 @@ class ICalFormatImpl { QString mLoadedProductId; // PRODID string loaded from calendar file int mCalendarVersion; // determines backward compatibility mode on read - QPtrList mEventsRelate; // events with relations - QPtrList mTodosRelate; // todos with relations + Q3PtrList mEventsRelate; // events with relations + Q3PtrList mTodosRelate; // todos with relations static const int mSecondsPerWeek; static const int mSecondsPerDay; -- cgit v0.9.0.2