diff options
Diffstat (limited to 'qtinterface/tqmovie.h')
| -rw-r--r-- | qtinterface/tqmovie.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqmovie.h b/qtinterface/tqmovie.h index cd1b543..9211eab 100644 --- a/qtinterface/tqmovie.h +++ b/qtinterface/tqmovie.h @@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QMovie class +// For Qt4, no changes are needed + +#include <qmovie.h> + +#endif // USE_QT4 + #endif /* TQMOVIE_H */
\ No newline at end of file |
