diff options
Diffstat (limited to 'qtinterface/tqintcache.h')
-rw-r--r-- | qtinterface/tqintcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/tqintcache.h b/qtinterface/tqintcache.h index 2b663db..d2615ee 100644 --- a/qtinterface/tqintcache.h +++ b/qtinterface/tqintcache.h @@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA. // Reimplement the QIntCache class // For Qt4, no changes are needed -#include <qintcache.h> +#include <Qt/q3intcache.h> + +#define QIntCache Q3IntCache #endif // USE_QT4 |