summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit12f5437f195d09e81b7ba1736a173d58e8b1f503 (patch)
treeb2b54efac3c2b56a86508b891e4326e072281222
parentaf262de1e806534352e498f11fe62f1ce2af945a (diff)
downloadbasket-12f5437f.tar.gz
basket-12f5437f.zip
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
-rw-r--r--src/notecontent.cpp2
1 files changed, 1 insertions, 1 deletions
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) {