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