From 89c017c3d5126cabd96acce26f538b37b48c085f Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/entryitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entryitem.cpp') 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_) -- cgit v1.2.1