diff options
Diffstat (limited to 'src/kernel/qurlinfo.cpp')
-rw-r--r-- | src/kernel/qurlinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qurlinfo.cpp b/src/kernel/qurlinfo.cpp index aafea2a3e..67c0f52a7 100644 --- a/src/kernel/qurlinfo.cpp +++ b/src/kernel/qurlinfo.cpp @@ -40,7 +40,7 @@ #include "ntqurlinfo.h" -#ifndef QT_NO_NETWORKPROTOCOL +#ifndef TQT_NO_NETWORKPROTOCOL #include "ntqurloperator.h" #include "ntqdir.h" @@ -758,4 +758,4 @@ bool TQUrlInfo::isValid() const return d != 0; } -#endif // QT_NO_NETWORKPROTOCOL +#endif // TQT_NO_NETWORKPROTOCOL |