diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qmovie.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qmovie.cpp')
-rw-r--r-- | src/kernel/qmovie.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp index 2f2d9148a..431660674 100644 --- a/src/kernel/qmovie.cpp +++ b/src/kernel/qmovie.cpp @@ -40,15 +40,15 @@ // #define QT_SAVE_MOVIE_HACK -#include "qtimer.h" -#include "qpainter.h" -#include "qptrlist.h" -#include "qbitmap.h" -#include "qmovie.h" -#include "qfile.h" -#include "qbuffer.h" -#include "qobject.h" -#include "qpixmapcache.h" +#include "ntqtimer.h" +#include "ntqpainter.h" +#include "ntqptrlist.h" +#include "ntqbitmap.h" +#include "ntqmovie.h" +#include "ntqfile.h" +#include "ntqbuffer.h" +#include "ntqobject.h" +#include "ntqpixmapcache.h" #ifndef QT_NO_MOVIE @@ -56,13 +56,13 @@ #include "qgfx_qws.h" #endif -#include "qasyncio.h" -#include "qasyncimageio.h" +#include "ntqasyncio.h" +#include "ntqasyncimageio.h" #include <stdlib.h> /*! - \class TQMovie qmovie.h + \class TQMovie ntqmovie.h \brief The TQMovie class provides incremental loading of animations or images, signalling as it progresses. \ingroup images @@ -94,7 +94,7 @@ The supported formats are MNG (if TQt is configured with MNG support enabled) and GIF (if TQt is configured with GIF support - enabled, see qgif.h). + enabled, see ntqgif.h). If TQt is configured to support GIF reading, we are required to state that "The Graphics Interchange Format(c) is the Copyright |