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