summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqptrqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqptrqueue.h')
-rw-r--r--qtinterface/tqptrqueue.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqptrqueue.h b/qtinterface/tqptrqueue.h
index 18fbd16..c935339 100644
--- a/qtinterface/tqptrqueue.h
+++ b/qtinterface/tqptrqueue.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPtrQueue class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qptrqueue.h>
+#include <Qt/q3ptrqueue.h>
+
+#define QPtrQueue Q3PtrQueue
#endif // USE_QT4