diff options
Diffstat (limited to 'src/kmplayer_rp.cpp')
-rw-r--r-- | src/kmplayer_rp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayer_rp.cpp b/src/kmplayer_rp.cpp index 9ecdb62..b9793a6 100644 --- a/src/kmplayer_rp.cpp +++ b/src/kmplayer_rp.cpp @@ -447,11 +447,11 @@ KDE_NO_EXPORT void RP::Wipe::activate () { //TODO implement 'type="push"' TQString dir = getAttribute ("direction").lower (); direction = dir_right; - if (dir == TQString::tqfromLatin1 ("left")) + if (dir == TQString::fromLatin1 ("left")) direction = dir_left; - else if (dir == TQString::tqfromLatin1 ("up")) + else if (dir == TQString::fromLatin1 ("up")) direction = dir_up; - else if (dir == TQString::tqfromLatin1 ("down")) + else if (dir == TQString::fromLatin1 ("down")) direction = dir_down; TimingsBase::activate (); } |