diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 12f5437f195d09e81b7ba1736a173d58e8b1f503 (patch) | |
tree | b2b54efac3c2b56a86508b891e4326e072281222 /src | |
parent | af262de1e806534352e498f11fe62f1ce2af945a (diff) | |
download | basket-12f5437f195d09e81b7ba1736a173d58e8b1f503.tar.gz basket-12f5437f195d09e81b7ba1736a173d58e8b1f503.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
Diffstat (limited to 'src')
-rw-r--r-- | src/notecontent.cpp | 2 |
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) { |