summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqmngio.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqmngio.h')
-rw-r--r--qtinterface/tqmngio.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/qtinterface/tqmngio.h b/qtinterface/tqmngio.h
index 568098b..fe55e28 100644
--- a/qtinterface/tqmngio.h
+++ b/qtinterface/tqmngio.h
@@ -26,10 +26,18 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
-// Pull in qmngio defines
+// Pull in Qt3 qmngio defines
#include <qmngio.h>
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Pull in Qt4 qmngio defines
+
+#include <qmngio.h>
+
+#endif // USE_QT4
+
#endif /* TQMNGIO_H */ \ No newline at end of file