diff options
Diffstat (limited to 'src/kernel/qurloperator.cpp')
-rw-r--r-- | src/kernel/qurloperator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qurloperator.cpp b/src/kernel/qurloperator.cpp index 93235a84c..1defadc97 100644 --- a/src/kernel/qurloperator.cpp +++ b/src/kernel/qurloperator.cpp @@ -40,7 +40,7 @@ #include "ntqurloperator.h" -#ifndef QT_NO_NETWORKPROTOCOL +#ifndef TQT_NO_NETWORKPROTOCOL #include "ntqurlinfo.h" #include "ntqnetworkprotocol.h" @@ -1223,4 +1223,4 @@ void TQUrlOperator::slotItemChanged( TQNetworkOperation *op ) } -#endif // QT_NO_NETWORKPROTOCOL +#endif // TQT_NO_NETWORKPROTOCOL |