summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/scheduler.h')
-rw-r--r--tdeio/tdeio/scheduler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/tdeio/scheduler.h b/tdeio/tdeio/scheduler.h
index 08efafc32..3b9b23d92 100644
--- a/tdeio/tdeio/scheduler.h
+++ b/tdeio/tdeio/scheduler.h
@@ -175,7 +175,7 @@ namespace TDEIO {
{ self()->_removeSlaveOnHold(); }
/**
- * Send the slave that was put on hold back to KLauncher. This
+ * Send the slave that was put on hold back to TDELauncher. This
* allows another process to take over the slave and resume the job
* that was started.
*/
@@ -231,7 +231,7 @@ namespace TDEIO {
{ return self()->_disconnectSlave(slave); }
/**
- * Send the slave that was put on hold back to KLauncher. This
+ * Send the slave that was put on hold back to TDELauncher. This
* allows another process to take over the slave and resume the job
* the that was started.
* Register the mainwindow @p wid with the KIO subsystem
@@ -273,9 +273,9 @@ namespace TDEIO {
{ return TQObject::connect(sender, signal, member); }
/**
- * When true, the next job will check whether KLauncher has a slave
+ * When true, the next job will check whether TDELauncher has a slave
* on hold that is suitable for the job.
- * @param b true when KLauncher has a job on hold
+ * @param b true when TDELauncher has a job on hold
*/
static void checkSlaveOnHold(bool b) { self()->_checkSlaveOnHold(b); }