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