diff options
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 * ); |