summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/scheduler.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeio/tdeio/scheduler.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
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); }