summaryrefslogtreecommitdiffstats
path: root/src/entryitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryitem.cpp')
-rw-r--r--src/entryitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryitem.cpp b/src/entryitem.cpp
index 2a1a3bf..750fd92 100644
--- a/src/entryitem.cpp
+++ b/src/entryitem.cpp
@@ -21,8 +21,8 @@
using Tellico::EntryItem;
-EntryItem::EntryItem(GUI::ListView* tqparent, Data::EntryPtr entry)
- : GUI::ListViewItem(tqparent), m_entry(entry), m_isDetailedList(true) {
+EntryItem::EntryItem(GUI::ListView* parent, Data::EntryPtr entry)
+ : GUI::ListViewItem(parent), m_entry(entry), m_isDetailedList(true) {
}
EntryItem::EntryItem(GUI::CountedItem* parent_, Data::EntryPtr entry_)