diff options
Diffstat (limited to 'doc/html/qsocket-h.html')
-rw-r--r-- | doc/html/qsocket-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qsocket-h.html b/doc/html/qsocket-h.html index a27e3d597..63d837263 100644 --- a/doc/html/qsocket-h.html +++ b/doc/html/qsocket-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #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 @@ -96,7 +96,7 @@ class TQSocketDevice; class TQM_EXPORT_NETWORK TQSocket : public TQObject, public TQIODevice { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused, @@ -182,7 +182,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 |