From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcal/calhelper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkcal/calhelper.h') diff --git a/libkcal/calhelper.h b/libkcal/calhelper.h index edebecf9..d14149df 100644 --- a/libkcal/calhelper.h +++ b/libkcal/calhelper.h @@ -116,15 +116,15 @@ namespace CalHelper { @param calendar is a pointer to a valid Calendar object. @param incidence is a pointer to an Incidence object. - @return a QPair containing a pointer to the Incidence's ResourceCalendar - in the 'first' element of the QPair and the SubResourceCalendar in the + @return a TQPair containing a pointer to the Incidence's ResourceCalendar + in the 'first' element of the TQPair and the SubResourceCalendar in the 'second' element. @note many resource types do not support subresources, so the 'second' element will be an empty TQString in those situations. @since 4.5 */ - QPair incSubResourceCalendar( Calendar *calendar, + TQPair incSubResourceCalendar( Calendar *calendar, Incidence *incidence ); } -- cgit v1.2.3