summaryrefslogtreecommitdiffstats
path: root/doc/html/qdns-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qdns-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qdns-h.html')
-rw-r--r--doc/html/qdns-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html
index 3641c3218..9df9446b8 100644
--- a/doc/html/qdns-h.html
+++ b/doc/html/qdns-h.html
@@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }
#include "ntqstringlist.h"
#endif // QT_H
-#if !defined( QT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
+#if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
#define TQM_EXPORT_DNS
#else
#define TQM_EXPORT_DNS Q_EXPORT
@@ -97,7 +97,7 @@ body { background: #ffffff; color: black; }
class TQDnsPrivate;
class TQM_EXPORT_DNS TQDns: public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
enum RecordType {
None,
@@ -189,7 +189,7 @@ private:
// TQDnsSocket are sockets that are used for DNS lookup
class TQDnsSocket: public TQObject {
- Q_OBJECT
+ TQ_OBJECT
// note: Private not public. This class contains NO public API.
protected:
TQDnsSocket( TQObject *, const char * );