diff options
Diffstat (limited to 'doc/html/qdns-h.html')
-rw-r--r-- | doc/html/qdns-h.html | 6 |
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 * ); |