diff options
Diffstat (limited to 'tdecore/kurl.h')
-rw-r--r-- | tdecore/kurl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kurl.h b/tdecore/kurl.h index 9cfac2885..6ed5dc652 100644 --- a/tdecore/kurl.h +++ b/tdecore/kurl.h @@ -281,7 +281,7 @@ public: * See TQTextCodec::mibEnum() * * @see fromPathOrURL() - * @see TQString::tqfromLatin1() + * @see TQString::fromLatin1() */ KURL( const char * url, int encoding_hint = 0 ); /** @@ -307,7 +307,7 @@ public: * See TQTextCodec::mibEnum() * * @see fromPathOrURL() - * @see TQString::tqfromLatin1() + * @see TQString::fromLatin1() */ KURL( const TQCString& url, int encoding_hint = 0 ); |