summaryrefslogtreecommitdiffstats
path: root/src/network/qdns.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/network/qdns.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/network/qdns.cpp')
-rw-r--r--src/network/qdns.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp
index 1b896e55..e6dafa6c 100644
--- a/src/network/qdns.cpp
+++ b/src/network/qdns.cpp
@@ -60,23 +60,23 @@
# undef socket
#endif
-#include "qdns.h"
+#include "ntqdns.h"
#ifndef QT_NO_DNS
-#include "qdatetime.h"
-#include "qdict.h"
-#include "qptrlist.h"
-#include "qstring.h"
-#include "qtimer.h"
-#include "qapplication.h"
-#include "qptrvector.h"
-#include "qstrlist.h"
-#include "qptrdict.h"
-#include "qfile.h"
-#include "qtextstream.h"
-#include "qsocketdevice.h"
-#include "qcleanuphandler.h"
+#include "ntqdatetime.h"
+#include "ntqdict.h"
+#include "ntqptrlist.h"
+#include "ntqstring.h"
+#include "ntqtimer.h"
+#include "ntqapplication.h"
+#include "ntqptrvector.h"
+#include "ntqstrlist.h"
+#include "ntqptrdict.h"
+#include "ntqfile.h"
+#include "ntqtextstream.h"
+#include "ntqsocketdevice.h"
+#include "ntqcleanuphandler.h"
#include <limits.h>
#ifdef Q_OS_MAC
#include "../3rdparty/dlcompat/dlfcn.h"
@@ -1598,7 +1598,7 @@ void TQDnsSocket::answer()
/*!
- \class TQDns qdns.h
+ \class TQDns ntqdns.h
\brief The TQDns class provides asynchronous DNS lookups.
\if defined(commercial)
It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>.