diff options
Diffstat (limited to 'src/network/qhostaddress.cpp')
-rw-r--r-- | src/network/qhostaddress.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/qhostaddress.cpp b/src/network/qhostaddress.cpp index 360045282..43d614cc9 100644 --- a/src/network/qhostaddress.cpp +++ b/src/network/qhostaddress.cpp @@ -38,8 +38,8 @@ ** **********************************************************************/ -#include "qhostaddress.h" -#include "qstringlist.h" +#include "ntqhostaddress.h" +#include "ntqstringlist.h" #ifndef QT_NO_NETWORK class TQHostAddressPrivate @@ -83,7 +83,7 @@ TQHostAddressPrivate::TQHostAddressPrivate(const Q_IPV6ADDR &a_) : a(0), isIp4(F } /*! - \class TQHostAddress qhostaddress.h + \class TQHostAddress ntqhostaddress.h \brief The TQHostAddress class provides an IP address. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. |