diff options
Diffstat (limited to 'src/network/ntqsocket.h')
-rw-r--r-- | src/network/ntqsocket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ntqsocket.h b/src/network/ntqsocket.h index e5131926b..3324699fd 100644 --- a/src/network/ntqsocket.h +++ b/src/network/ntqsocket.h @@ -53,7 +53,7 @@ #define TQM_EXPORT_NETWORK Q_EXPORT #endif -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK class TQSocketPrivate; class TQSocketDevice; @@ -82,7 +82,7 @@ public: TQSocketDevice *socketDevice(); virtual void setSocketDevice( TQSocketDevice * ); -#ifndef QT_NO_DNS +#ifndef TQT_NO_DNS virtual void connectToHost( const TQString &host, TQ_UINT16 port ); #endif TQString peerName() const; @@ -152,5 +152,5 @@ private: // Disabled copy constructor and operator= #endif }; -#endif //QT_NO_NETWORK +#endif //TQT_NO_NETWORK #endif // TQSOCKET_H |