diff options
Diffstat (limited to 'src/kernel/qmovie.cpp')
-rw-r--r-- | src/kernel/qmovie.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp index 3c6e634ec..3b98849e1 100644 --- a/src/kernel/qmovie.cpp +++ b/src/kernel/qmovie.cpp @@ -50,7 +50,7 @@ #include "ntqobject.h" #include "ntqpixmapcache.h" -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE #ifdef Q_WS_QWS #include "qgfx_qws.h" @@ -361,7 +361,7 @@ void TQMoviePrivate::updatePixmapFromImage(const TQPoint& off, // Convert to pixmap and paste that onto myself TQPixmap lines; -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_SPRINTF if (!(frameperiod < 0 && loop == -1)) { // its an animation, lets see if we converted // this frame already. @@ -1078,4 +1078,4 @@ void TQMovie::disconnectStatus(TQObject* receiver, const char *member) #include "qmovie.moc" -#endif // QT_NO_MOVIE +#endif // TQT_NO_MOVIE |