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