diff options
Diffstat (limited to 'src/entryitem.h')
-rw-r--r-- | src/entryitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryitem.h b/src/entryitem.h index d0063c9..4c99207 100644 --- a/src/entryitem.h +++ b/src/entryitem.h @@ -42,7 +42,7 @@ public: */ EntryItem(GUI::ListView* tqparent, Data::EntryPtr entry); /** - * This constructor is for items which have other KListViewItems as tqparents. It + * This constructor is for items which have other KListViewItems as parents. It * initializes the text in the first column, as well. * * @param tqparent A pointer to the tqparent |