diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdehtml/tdehtml_part.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdehtml/tdehtml_part.h')
-rw-r--r-- | tdehtml/tdehtml_part.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/tdehtml_part.h b/tdehtml/tdehtml_part.h index 38a54e18a..39d8baebd 100644 --- a/tdehtml/tdehtml_part.h +++ b/tdehtml/tdehtml_part.h @@ -270,7 +270,7 @@ public: /** * Called when a certain error situation (i.e. connection timed out) occurred. - * The default implementation either shows a KIO error dialog or loads a more + * The default implementation either shows a TDEIO error dialog or loads a more * verbose error description a as page, depending on the users configuration. * @p job is the job that signaled the error situation */ @@ -1118,8 +1118,8 @@ protected: /** * presents a detailed error message to the user. - * @p errorCode kio error code, eg TDEIO::ERR_SERVER_TIMEOUT. - * @p text kio additional information text. + * @p errorCode tdeio error code, eg TDEIO::ERR_SERVER_TIMEOUT. + * @p text tdeio additional information text. * @p url the url that triggered the error. */ void htmlError( int errorCode, const TQString& text, const KURL& reqUrl ); |