summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {