diff options
Diffstat (limited to 'src/commands/removeloans.cpp')
-rw-r--r-- | src/commands/removeloans.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/removeloans.cpp b/src/commands/removeloans.cpp index 5ceadc9..7ee321b 100644 --- a/src/commands/removeloans.cpp +++ b/src/commands/removeloans.cpp @@ -75,7 +75,7 @@ void RemoveLoans::unexecute() { } } -QString RemoveLoans::name() const { +TQString RemoveLoans::name() const { return m_loans.count() > 1 ? i18n("Check-in Entries") - : i18n("Check-in (Entry Title)", "Check-in %1").arg(m_loans.begin()->entry()->title()); + : i18n("Check-in (Entry Title)", "Check-in %1").tqarg(m_loans.begin()->entry()->title()); } |