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/recurrencerule.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkcal/recurrencerule.h') diff --git a/libkcal/recurrencerule.h b/libkcal/recurrencerule.h index 422113b51..a93062d08 100644 --- a/libkcal/recurrencerule.h +++ b/libkcal/recurrencerule.h @@ -148,7 +148,7 @@ Q_INLINE_TEMPLATES int removeSorted( TQValueList &lst, const T &value, int st } template -Q_INLINE_TEMPLATES bool tqcontainsSorted( const TQValueList &lst, const T &value ) +Q_INLINE_TEMPLATES bool containsSorted( const TQValueList &lst, const T &value ) { return findSorted( lst, value, 0 ) >= 0; } @@ -199,7 +199,7 @@ class LIBKCAL_EXPORT RecurrenceRule // Bounded by -366 and +366, 0 means all weeks in that period }; - RecurrenceRule( /*Incidence *parent, int compatVersion = 0*/ ); + RecurrenceRule( /*Incidence *tqparent, int compatVersion = 0*/ ); RecurrenceRule(const RecurrenceRule&); ~RecurrenceRule(); @@ -207,7 +207,7 @@ class LIBKCAL_EXPORT RecurrenceRule bool operator!=( const RecurrenceRule& r ) const { return !operator==(r); } RecurrenceRule &operator=(const RecurrenceRule&); -// Incidence *parent() const { return mParent; } +// Incidence *tqparent() const { return mParent; } /** Set if recurrence is read-only or can be changed. */ -- cgit v1.2.1