From f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 00:37:32 +0000 Subject: TQt4 port kpilot This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- tests/mergecalendars.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/mergecalendars.cc') diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index 5e31c33..0d390aa 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -84,8 +84,8 @@ int main(int argc, char **argv) return 1; } - TQString korgsave = TQString("%1.updated").arg(korgfile); - TQString newfilesave = TQString("%1.updated").arg(newfile); + TQString korgsave = TQString("%1.updated").tqarg(korgfile); + TQString newfilesave = TQString("%1.updated").tqarg(newfile); DEBUGKPILOT << "Using korgfile: [" << korgfile << "]" << endl; @@ -154,7 +154,7 @@ int main(int argc, char **argv) << pilotId << "]" << endl; ev->setPilotId(pilotId); - ev->setSyncStatus(KCal::Incidence::SYNCMOD); + ev->setSynctqStatus(KCal::Incidence::SYNCMOD); ++numkorgpilotids; } -- cgit v1.2.1