summaryrefslogtreecommitdiffstats
path: root/src/network/qhostaddress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/qhostaddress.cpp')
-rw-r--r--src/network/qhostaddress.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/qhostaddress.cpp b/src/network/qhostaddress.cpp
index fdbc0e39..be6cb3ba 100644
--- a/src/network/qhostaddress.cpp
+++ b/src/network/qhostaddress.cpp
@@ -41,7 +41,7 @@
#include "ntqhostaddress.h"
#include "ntqstringlist.h"
-#ifndef QT_NO_NETWORK
+#ifndef TQT_NO_NETWORK
class TQHostAddressPrivate
{
public:
@@ -209,7 +209,7 @@ void TQHostAddress::setAddress( TQ_UINT8 *ip6Addr )
d = new TQHostAddressPrivate( ip6Addr );
}
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
static bool parseIp4(const TQString& address, TQ_UINT32 *addr)
{
TQStringList ipv4 = TQStringList::split(".", address, FALSE);
@@ -390,7 +390,7 @@ Q_IPV6ADDR TQHostAddress::toIPv6Address() const
return d->a6;
}
-#ifndef QT_NO_SPRINTF
+#ifndef TQT_NO_SPRINTF
/*!
Returns the address as a string.
@@ -450,4 +450,4 @@ bool TQHostAddress::isNull() const
return TRUE;
}
-#endif //QT_NO_NETWORK
+#endif //TQT_NO_NETWORK