summaryrefslogtreecommitdiffstats
path: root/libk3b/projects/datacd/k3bdiritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/projects/datacd/k3bdiritem.h')
-rw-r--r--libk3b/projects/datacd/k3bdiritem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/projects/datacd/k3bdiritem.h b/libk3b/projects/datacd/k3bdiritem.h
index 7ec0fba..304cf1a 100644
--- a/libk3b/projects/datacd/k3bdiritem.h
+++ b/libk3b/projects/datacd/k3bdiritem.h
@@ -38,7 +38,7 @@ class LIBK3B_EXPORT K3bDirItem : public K3bDataItem
/**
* Default copy constructor. Copies the dir including all tqchildren. However, none of the
- * tqchildren will have set a doc and the copy dir will not have set a tqparent dir.
+ * tqchildren will have set a doc and the copy dir will not have set a parent dir.
*/
K3bDirItem( const K3bDirItem& );
@@ -111,7 +111,7 @@ class LIBK3B_EXPORT K3bDirItem : public K3bDataItem
private:
/**
* this recursivly updates the size of the directories.
- * The size of this dir and the tqparent dir is updated.
+ * The size of this dir and the parent dir is updated.
* These values are just used for user information.
*/
void updateSize( K3bDataItem*, bool removed = false );