From 533bad2a1503973aaf8186691422c2eda91d02d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:55 +0200 Subject: Additional k => tde renaming and fixes --- kmail/kmfolderdia.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmfolderdia.h') 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; } -- cgit v1.2.1