From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qurl.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/kernel/qurl.cpp') 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 @@ -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: - http://doc.trolltech.com/qdockarea.html#lines + http://doc.trolltech.com/ntqdockarea.html#lines \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 -- cgit v1.2.1