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 667f12e..74c95cd 100644 --- a/src/entryitem.h +++ b/src/entryitem.h @@ -34,7 +34,7 @@ namespace Tellico { class EntryItem : public GUI::ListViewItem { public: /** - * This constructor is for items which are direct tqchildren of a ListView object, + * This constructor is for items which are direct children of a ListView object, * which is just the @ref DetailedListView. * * @param parent A pointer to the parent |