summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqcache.h')
-rw-r--r--qtinterface/tqcache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqcache.h b/qtinterface/tqcache.h
index 3f0ac28..6a39380 100644
--- a/qtinterface/tqcache.h
+++ b/qtinterface/tqcache.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCache class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qcache.h>
+#include <Qt/q3cache.h>
+
+#define QCache Q3Cache
#endif // USE_QT4