From d55caffa62947ca831ae0c21aada3b55eec24027 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:02 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 631a19d8c5c5f69dc0d941c1997806fb422c79a6. --- conduits/abbrowserconduit/resolutionDialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conduits/abbrowserconduit/resolutionDialog.cc') diff --git a/conduits/abbrowserconduit/resolutionDialog.cc b/conduits/abbrowserconduit/resolutionDialog.cc index 89b18f4..34e1fb4 100644 --- a/conduits/abbrowserconduit/resolutionDialog.cc +++ b/conduits/abbrowserconduit/resolutionDialog.cc @@ -159,7 +159,7 @@ void ResolutionCheckListItem::setCaption(TQString caption) void ResolutionCheckListItem::updateText() { - TQString newText(i18n("Entries in the resolution dialog. First the name of the field, then the entry from the Handheld or PC after the colon", "%1: %2").arg(fCaption).arg(fText)); + TQString newText(i18n("Entries in the resolution dialog. First the name of the field, then the entry from the Handheld or PC after the colon", "%1: %2").tqarg(fCaption).tqarg(fText)); newText.replace(TQRegExp(CSL1("\n")), i18n("Denoting newlines in Address entries. No need to translate", " | ")); setText(0, newText); -- cgit v1.2.1