summaryrefslogtreecommitdiffstats
path: root/doc/html/qhostaddress-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qhostaddress-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qhostaddress-h.html')
-rw-r--r--doc/html/qhostaddress-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qhostaddress-h.html b/doc/html/qhostaddress-h.html
index e5b8c31e0..cae9d608c 100644
--- a/doc/html/qhostaddress-h.html
+++ b/doc/html/qhostaddress-h.html
@@ -87,7 +87,7 @@ body { background: #ffffff; color: black; }
#define TQM_EXPORT_NETWORK Q_EXPORT
#endif
-#ifndef QT_NO_NETWORK
+#ifndef TQT_NO_NETWORK
class TQHostAddressPrivate;
typedef struct {
@@ -101,7 +101,7 @@ public:
TQHostAddress( TQ_UINT32 ip4Addr );
TQHostAddress( TQ_UINT8 *ip6Addr );
TQHostAddress(const Q_IPV6ADDR &amp;ip6Addr);
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
TQHostAddress(const TQString &amp;address);
#endif
TQHostAddress( const TQHostAddress &amp; );
@@ -111,7 +111,7 @@ public:
void setAddress( TQ_UINT32 ip4Addr );
void setAddress( TQ_UINT8 *ip6Addr );
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
bool setAddress( const TQString&amp; address );
#endif
bool isIp4Addr() const; // obsolete
@@ -122,7 +122,7 @@ public:
bool isIPv6Address() const;
Q_IPV6ADDR toIPv6Address() const;
-#ifndef QT_NO_SPRINTF
+#ifndef TQT_NO_SPRINTF
TQString toString() const;
#endif
@@ -133,7 +133,7 @@ private:
TQHostAddressPrivate* d;
};
-#endif //QT_NO_NETWORK
+#endif //TQT_NO_NETWORK
#endif
</pre>
<!-- eof -->