diff options
Diffstat (limited to 'src/kmplayer_smil.h')
-rw-r--r-- | src/kmplayer_smil.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); }; |