From 031454e56009d576589c28757f6c6fcf4884095e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:34:15 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/commands/removeentries.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/removeentries.cpp') diff --git a/src/commands/removeentries.cpp b/src/commands/removeentries.cpp index bf2676b..1fb9b60 100644 --- a/src/commands/removeentries.cpp +++ b/src/commands/removeentries.cpp @@ -46,5 +46,5 @@ void RemoveEntries::unexecute() { TQString RemoveEntries::name() const { return m_entries.count() > 1 ? i18n("Delete Entries") - : i18n("Delete (Entry Title)", "Delete %1").tqarg(m_entries.begin()->title()); + : i18n("Delete (Entry Title)", "Delete %1").arg(m_entries.begin()->title()); } -- cgit v1.2.3