summaryrefslogtreecommitdiffstats
path: root/src/network/ntqserversocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ntqserversocket.h')
-rw-r--r--src/network/ntqserversocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ntqserversocket.h b/src/network/ntqserversocket.h
index 4da629e67..57ebf341d 100644
--- a/src/network/ntqserversocket.h
+++ b/src/network/ntqserversocket.h
@@ -46,7 +46,7 @@
#include "ntqhostaddress.h"
#include "ntqsocketdevice.h" // ### remove or keep for users' convenience?
#endif // QT_H
-#ifndef QT_NO_NETWORK
+#ifndef TQT_NO_NETWORK
#if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
#define TQM_EXPORT_NETWORK
@@ -90,5 +90,5 @@ private:
void init( const TQHostAddress & address, TQ_UINT16 port, int backlog );
};
-#endif // QT_NO_NETWORK
+#endif // TQT_NO_NETWORK
#endif // TQSERVERSOCKET_H