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