From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/network/ntqdns.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network/ntqdns.h') 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 * ); -- cgit v1.2.1