summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqdns.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqdns.h')
-rw-r--r--qtinterface/tqdns.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqdns.h b/qtinterface/tqdns.h
index 8c5db78..a54c5d2 100644
--- a/qtinterface/tqdns.h
+++ b/qtinterface/tqdns.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDns class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qdns.h>
+#include <Qt/q3dns.h>
+
+#define QDns Q3Dns
#endif // USE_QT4