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 b2f4f14..2a1a3bf 100644
--- a/src/entryitem.cpp
+++ b/src/entryitem.cpp
@@ -25,8 +25,8 @@ EntryItem::EntryItem(GUI::ListView* tqparent, Data::EntryPtr entry)
: GUI::ListViewItem(tqparent), m_entry(entry), m_isDetailedList(true) {
}
-EntryItem::EntryItem(GUI::CountedItem* tqparent_, Data::EntryPtr entry_)
- : GUI::ListViewItem(tqparent_), m_entry(entry_), m_isDetailedList(false) {
+EntryItem::EntryItem(GUI::CountedItem* parent_, Data::EntryPtr entry_)
+ : GUI::ListViewItem(parent_), m_entry(entry_), m_isDetailedList(false) {
setText(0, m_entry->title());
setPixmap(0, UserIcon(entry_->collection()->typeName()));
}