diff options
Diffstat (limited to 'doc/html/qsocketdevice-h.html')
-rw-r--r-- | doc/html/qsocketdevice-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsocketdevice-h.html b/doc/html/qsocketdevice-h.html index 15a85dff6..9af059abf 100644 --- a/doc/html/qsocketdevice-h.html +++ b/doc/html/qsocketdevice-h.html @@ -82,7 +82,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 @@ -196,7 +196,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 |