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) {