diff options
Diffstat (limited to 'src/loanitem.cpp')
-rw-r--r-- | src/loanitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/loanitem.cpp b/src/loanitem.cpp index 3bdb757..744397d 100644 --- a/src/loanitem.cpp +++ b/src/loanitem.cpp @@ -17,8 +17,8 @@ using Tellico::LoanItem; -LoanItem::LoanItem(GUI::CountedItem* tqparent_, Tellico::Data::LoanPtr loan_) - : Tellico::EntryItem(tqparent_, loan_->entry()), m_loan(loan_) { +LoanItem::LoanItem(GUI::CountedItem* parent_, Tellico::Data::LoanPtr loan_) + : Tellico::EntryItem(parent_, loan_->entry()), m_loan(loan_) { } void LoanItem::doubleClicked() { |