diff options
Diffstat (limited to 'src/network/ntqsocketdevice.h')
-rw-r--r-- | src/network/ntqsocketdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ntqsocketdevice.h b/src/network/ntqsocketdevice.h index bd3d62225..a8a5b83cd 100644 --- a/src/network/ntqsocketdevice.h +++ b/src/network/ntqsocketdevice.h @@ -46,7 +46,7 @@ #include "ntqhostaddress.h" // int->TQHostAddress conversion #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_NETWORK #else #define TQM_EXPORT_NETWORK Q_EXPORT @@ -160,7 +160,7 @@ private: Protocol getProtocol() const; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSocketDevice( const TQSocketDevice & ); TQSocketDevice &operator=( const TQSocketDevice & ); #endif |