summaryrefslogtreecommitdiffstats
path: root/kmail/kmfolderdia.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:00 +0200
commit533bad2a1503973aaf8186691422c2eda91d02d4 (patch)
treef7e52f62416048859aa9bde8425e20aac0e7c669 /kmail/kmfolderdia.h
parent8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff)
downloadtdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz
tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kmail/kmfolderdia.h')
-rw-r--r--kmail/kmfolderdia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmfolderdia.h b/kmail/kmfolderdia.h
index 764ea8978..5f3ea9678 100644
--- a/kmail/kmfolderdia.h
+++ b/kmail/kmfolderdia.h
@@ -60,7 +60,7 @@ namespace KMail {
* This is the base class for tabs in the folder dialog.
* It uses the API from ConfigModuleTab (basically: it's a widget that can load and save)
* but it also adds support for delayed-saving:
- * when save() needs to use async jobs (e.g. KIO) for saving,
+ * when save() needs to use async jobs (e.g. TDEIO) for saving,
* we need to delay the closing until after the jobs are finished,
* and to cancel the saving on error.
*
@@ -87,7 +87,7 @@ public:
/// Called when clicking OK.
/// If a module returns Delayed, the closing is cancelled for now,
/// and the module can close the dialog later on (i.e. after an async
- /// operation like a KIO job).
+ /// operation like a TDEIO job).
virtual AccepStatus accept() {
return save() ? Accepted : Canceled;
}