diff options
Diffstat (limited to 'src/kernel/qurl.cpp')
-rw-r--r-- | src/kernel/qurl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qurl.cpp b/src/kernel/qurl.cpp index 6e2c10b5c..0a680e0d9 100644 --- a/src/kernel/qurl.cpp +++ b/src/kernel/qurl.cpp @@ -38,11 +38,11 @@ ** **********************************************************************/ -#include "qurl.h" +#include "ntqurl.h" #ifndef QT_NO_URL -#include "qdir.h" +#include "ntqdir.h" #include <stdlib.h> @@ -92,7 +92,7 @@ static void slashify( TQString& s, bool allowMultiple = TRUE ) /*! - \class TQUrl qurl.h + \class TQUrl ntqurl.h \brief The TQUrl class provides a URL parser and simplifies working with URLs. \if defined(commercial) @@ -126,13 +126,13 @@ static void slashify( TQString& s, bool allowMultiple = TRUE ) Example: - <tt>http://doc.trolltech.com/qdockarea.html#lines</tt> + <tt>http://doc.trolltech.com/ntqdockarea.html#lines</tt> \table \header \i Function \i Returns \row \i \l protocol() \i "http" \row \i \l host() \i "doc.trolltech.com" - \row \i \l fileName() \i "qdockarea.html" + \row \i \l fileName() \i "ntqdockarea.html" \row \i \l ref() \i "lines" \endtable |