summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqvaluestack.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqvaluestack.h')
-rw-r--r--qtinterface/tqvaluestack.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqvaluestack.h b/qtinterface/tqvaluestack.h
index fd1e7f6..151dfc4 100644
--- a/qtinterface/tqvaluestack.h
+++ b/qtinterface/tqvaluestack.h
@@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA.
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Reimplement the QValueStack class
+// For Qt4, no changes are needed
+
+#include <qvaluestack.h>
+
+#endif // USE_QT4
+
#endif /* TQVALUESTACK_H */ \ No newline at end of file