diff options
Diffstat (limited to 'src/kernel/qurlinfo.cpp')
-rw-r--r-- | src/kernel/qurlinfo.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qurlinfo.cpp b/src/kernel/qurlinfo.cpp index 95b224cf7..aafea2a3e 100644 --- a/src/kernel/qurlinfo.cpp +++ b/src/kernel/qurlinfo.cpp @@ -38,12 +38,12 @@ ** **********************************************************************/ -#include "qurlinfo.h" +#include "ntqurlinfo.h" #ifndef QT_NO_NETWORKPROTOCOL -#include "qurloperator.h" -#include "qdir.h" +#include "ntqurloperator.h" +#include "ntqdir.h" #include <limits.h> class TQUrlInfoPrivate @@ -81,7 +81,7 @@ public: /*! - \class TQUrlInfo qurlinfo.h + \class TQUrlInfo ntqurlinfo.h \brief The TQUrlInfo class stores information about URLs. \ingroup io @@ -257,7 +257,7 @@ TQUrlInfo::TQUrlInfo( const TQUrl &url, int permissions, const TQString &owner, /*! Sets the name of the URL to \a name. The name is the full text, - for example, "http://doc.trolltech.com/qurlinfo.html". + for example, "http://doc.trolltech.com/ntqurlinfo.html". If you call this function for an invalid URL info, this function turns it into a valid one. |