diff options
Diffstat (limited to 'src/network/ntqsocket.h')
-rw-r--r-- | src/network/ntqsocket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ntqsocket.h b/src/network/ntqsocket.h index 2a727dd30..545647ee5 100644 --- a/src/network/ntqsocket.h +++ b/src/network/ntqsocket.h @@ -47,7 +47,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 @@ -60,7 +60,7 @@ class TQSocketDevice; class TQM_EXPORT_NETWORK TQSocket : public TQObject, public TQIODevice { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused, @@ -146,7 +146,7 @@ private: void setSocketIntern( int socket ); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSocket( const TQSocket & ); TQSocket &operator=( const TQSocket & ); #endif |