-rw-r--r-- | libkcal/icalformat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libkcal/icalformat.h b/libkcal/icalformat.h index a770dbb..a454b35 100644 --- a/libkcal/icalformat.h +++ b/libkcal/icalformat.h @@ -22,4 +22,6 @@ #include <qstring.h> +//Added by qt3to4: +#include <Q3CString> #include "scheduler.h" @@ -107,5 +109,5 @@ class ICalFormat : public CalFormat { ICalFormatImpl *mImpl; QString mTimeZoneId; - QCString mTzString; + Q3CString mTzString; int tzOffsetMin; bool mUtc; |