summaryrefslogtreecommitdiffstats
path: root/kparts/browserextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/browserextension.h')
-rw-r--r--kparts/browserextension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kparts/browserextension.h b/kparts/browserextension.h
index bc5e9cc92..d225c8e84 100644
--- a/kparts/browserextension.h
+++ b/kparts/browserextension.h
@@ -129,7 +129,7 @@ struct KPARTS_EXPORT URLArgs
/**
* Meta-data to associate with the next KIO operation
- * @see KIO::TransferJob etc.
+ * @see TDEIO::TransferJob etc.
*/
TQMap<TQString, TQString> &metaData();
@@ -569,7 +569,7 @@ signals:
* Since the part emits the jobid in the started() signal,
* progress information is automatically displayed.
*
- * However, if you don't use a KIO::Job in the part,
+ * However, if you don't use a TDEIO::Job in the part,
* you can use loadingProgress() and speedProgress()
* to display progress information.
*/