diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/network/ntqdns.h | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'src/network/ntqdns.h')
-rw-r--r-- | src/network/ntqdns.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ntqdns.h b/src/network/ntqdns.h index 96f09d265..fdf255a72 100644 --- a/src/network/ntqdns.h +++ b/src/network/ntqdns.h @@ -48,7 +48,7 @@ #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 @@ -61,7 +61,7 @@ class TQDnsPrivate; class TQM_EXPORT_DNS TQDns: public TQObject { - Q_OBJECT + TQ_OBJECT public: enum RecordType { None, @@ -153,7 +153,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 * ); |