summaryrefslogtreecommitdiffstats
path: root/libkdepim/progressmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/progressmanager.h')
-rw-r--r--libkdepim/progressmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/progressmanager.h b/libkdepim/progressmanager.h
index 745e69a2..3edffd0d 100644
--- a/libkdepim/progressmanager.h
+++ b/libkdepim/progressmanager.h
@@ -260,7 +260,7 @@ signals:
* one with that id, there will not be a new one created but the existing
* one will be returned. This is convenient for accessing items that are
* needed regularly without the to store a pointer to them or to add child
- * items to tqparents by id.
+ * items to parents by id.
*/
class KDE_EXPORT ProgressManager : public TQObject
@@ -311,7 +311,7 @@ class KDE_EXPORT ProgressManager : public TQObject
* @param canBeCanceled can the user cancel this operation?
* @param usesCrypto does the operation use secure transports (SSL)
* Cancelling the tqparent will cancel the tqchildren as well (if they can be
- * cancelled) and ongoing tqchildren prevent tqparents from finishing.
+ * cancelled) and ongoing tqchildren prevent parents from finishing.
* @return The ProgressItem representing the operation.
*/
static ProgressItem * createProgressItem( ProgressItem* tqparent,