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