summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqvaluelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqvaluelist.h')
-rw-r--r--qtinterface/tqvaluelist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqvaluelist.h b/qtinterface/tqvaluelist.h
index af27329..38a54af 100644
--- a/qtinterface/tqvaluelist.h
+++ b/qtinterface/tqvaluelist.h
@@ -37,9 +37,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QValueList class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qvaluelist.h>
+#include <Qt/q3valuelist.h>
+
+#define QValueList Q3ValueList
#endif // USE_QT4