diff options
Diffstat (limited to 'src/borroweritem.cpp')
-rw-r--r-- | src/borroweritem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/borroweritem.cpp b/src/borroweritem.cpp index 9b920e8..13d82ca 100644 --- a/src/borroweritem.cpp +++ b/src/borroweritem.cpp @@ -19,8 +19,8 @@ using Tellico::BorrowerItem; -BorrowerItem::BorrowerItem(GUI::ListView* tqparent_, Data::BorrowerPtr borrower_) - : GUI::CountedItem(tqparent_), m_borrower(borrower_) { +BorrowerItem::BorrowerItem(GUI::ListView* parent_, Data::BorrowerPtr borrower_) + : GUI::CountedItem(parent_), m_borrower(borrower_) { setText(0, borrower_->name()); setPixmap(0, SmallIcon(TQString::tqfromLatin1("kaddressbook"))); } |