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 bff859343..420cd29ad 100644 --- a/src/network/ntqsocketdevice.h +++ b/src/network/ntqsocketdevice.h @@ -52,7 +52,7 @@ #define TQM_EXPORT_NETWORK Q_EXPORT #endif -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK class TQSocketDevicePrivate; @@ -166,5 +166,5 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_NETWORK +#endif // TQT_NO_NETWORK #endif // TQSOCKETDEVICE_H |