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/imipscheduler.cpp') diff --git a/libkcal/imipscheduler.cpp b/libkcal/imipscheduler.cpp index e186f8e..e6d56a6 100644 --- a/libkcal/imipscheduler.cpp +++ b/libkcal/imipscheduler.cpp @@ -26,6 +26,8 @@ #include "icalformat.h" #include "imipscheduler.h" +//Added by qt3to4: +#include using namespace KCal; @@ -50,9 +52,9 @@ bool IMIPScheduler::performTransaction(IncidenceBase *incidence,Method method) return false; } -QPtrList IMIPScheduler::retrieveTransactions() +Q3PtrList IMIPScheduler::retrieveTransactions() { - QPtrList messageList; + Q3PtrList messageList; return messageList; } -- cgit v0.9.0.2