diff options
Diffstat (limited to 'src/kernel/qurl.cpp')
-rw-r--r-- | src/kernel/qurl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qurl.cpp b/src/kernel/qurl.cpp index bf960f336..f097eac2e 100644 --- a/src/kernel/qurl.cpp +++ b/src/kernel/qurl.cpp @@ -40,7 +40,7 @@ #include "ntqurl.h" -#ifndef QT_NO_URL +#ifndef TQT_NO_URL #include "ntqdir.h" @@ -1342,4 +1342,4 @@ bool TQUrl::cdUp() return TRUE; } -#endif // QT_NO_URL +#endif // TQT_NO_URL |