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