From 31764784e8753157a936e42e21dcdc41bd8e2eb7 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 07 Aug 2004 14:52:25 +0000 Subject: Sync fixes --- (limited to 'libkcal/calendarlocal.cpp') diff --git a/libkcal/calendarlocal.cpp b/libkcal/calendarlocal.cpp index e464a77..21b4aaf 100644 --- a/libkcal/calendarlocal.cpp +++ b/libkcal/calendarlocal.cpp @@ -212,7 +212,7 @@ QPtrList CalendarLocal::rawTodos() { return mTodoList; } -Todo *CalendarLocal::todo( QString syncProf, int id ) +Todo *CalendarLocal::todo( QString syncProf, QString id ) { Todo *todo; for ( todo = mTodoList.first(); todo; todo = mTodoList.next() ) { @@ -235,7 +235,7 @@ QPtrList CalendarLocal::getExternLastSyncEvents() return el; } -Event *CalendarLocal::event( QString syncProf, int id ) +Event *CalendarLocal::event( QString syncProf, QString id ) { Event *todo; for ( todo = mEventList.first(); todo; todo = mEventList.next() ) { -- cgit v0.9.0.2