diff options
Diffstat (limited to 'src/network/qsocketdevice.cpp')
-rw-r--r-- | src/network/qsocketdevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/qsocketdevice.cpp b/src/network/qsocketdevice.cpp index a2055899d..803cca84b 100644 --- a/src/network/qsocketdevice.cpp +++ b/src/network/qsocketdevice.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "ntqsocketdevice.h" -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK #include "ntqwindowdefs.h" #include <string.h> @@ -572,5 +572,5 @@ void TQSocketDevice::setError( Error err ) { e = err; } -#endif //QT_NO_NETWORK +#endif //TQT_NO_NETWORK |