diff options
Diffstat (limited to 'src/network/qdns.cpp')
-rw-r--r-- | src/network/qdns.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp index 1b896e552..e6dafa6c6 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>. |