From 63c4fb318b4b6c0c22fce659f0029e4b21112c86 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kmplayer_smil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kmplayer_smil.h') diff --git a/src/kmplayer_smil.h b/src/kmplayer_smil.h index df1004a..5392101 100644 --- a/src/kmplayer_smil.h +++ b/src/kmplayer_smil.h @@ -286,7 +286,7 @@ private: void applyStep (); TimerInfoPtrW anim_timer; enum { acc_none, acc_sum } accumulate; - enum { add_tqreplace, add_sum } additive; + enum { add_replace, add_sum } additive; int change_by; enum { calc_discrete, calc_linear, calc_paced, calc_spline } calcMode; TQString change_from; @@ -315,7 +315,7 @@ private: bool getCoordinates (const TQString &coord, SizeType &x, SizeType &y); TimerInfoPtrW anim_timer; enum { acc_none, acc_sum } accumulate; - enum { add_tqreplace, add_sum } additive; + enum { add_replace, add_sum } additive; enum { calc_discrete, calc_linear, calc_paced, calc_spline } calcMode; TQString change_from; TQString change_by; @@ -730,7 +730,7 @@ public: ConnectionPtr mediatype_activated; ConnectionPtr mediatype_attach; TQString href; - enum { show_new, show_tqreplace } show; + enum { show_new, show_replace } show; protected: LinkingBase (NodePtr & d, short id); }; -- cgit v1.2.1