summaryrefslogtreecommitdiffstats
path: root/doc/html/qdns-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdns-h.html')
-rw-r--r--doc/html/qdns-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html
index 4110a2381..bbde601d4 100644
--- a/doc/html/qdns-h.html
+++ b/doc/html/qdns-h.html
@@ -90,7 +90,7 @@ body { background: #ffffff; color: black; }
#define TQM_EXPORT_DNS Q_EXPORT
#endif
-#ifndef QT_NO_DNS
+#ifndef TQT_NO_DNS
//#define Q_DNS_SYNCHRONOUS
@@ -201,7 +201,7 @@ private slots:
virtual void answer();
};
-#endif // QT_NO_DNS
+#endif // TQT_NO_DNS
#endif // TQDNS_H
</pre>