diff options
Diffstat (limited to 'libkcal/recurrencerule.h')
-rw-r--r-- | libkcal/recurrencerule.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<T> &lst, const T &value, int st } template <class T> -Q_INLINE_TEMPLATES bool tqcontainsSorted( const TQValueList<T> &lst, const T &value ) +Q_INLINE_TEMPLATES bool containsSorted( const TQValueList<T> &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. */ |