From 12f5437f195d09e81b7ba1736a173d58e8b1f503 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: [PATCH] Fix remaining instances of tqStatus embedded in user visible strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/notecontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notecontent.cpp b/src/notecontent.cpp index 2e07a15..7dc7e17 100644 --- a/src/notecontent.cpp +++ b/src/notecontent.cpp @@ -955,7 +955,7 @@ void AnimationContent::movieResized(const TQSize&) */ void AnimationContent::movietqStatus(int status) { - DEBUG_WIN << "movietqStatus()"; + DEBUG_WIN << "movieStatus()"; // At least two frames: it's an animation, everything is OK if (m_oldtqStatus == TQMovie::EndOfFrame && status == TQMovie::EndOfFrame) {