diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qurl.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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 |