From dc07846059a60d069687585cc72ff501a2096296 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:28 -0600 Subject: Remove additional unneeded tq method conversions --- kscd/cddbdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kscd/cddbdlg.cpp') diff --git a/kscd/cddbdlg.cpp b/kscd/cddbdlg.cpp index fea5ddd6..e574ba92 100644 --- a/kscd/cddbdlg.cpp +++ b/kscd/cddbdlg.cpp @@ -90,7 +90,7 @@ void CDDBDlg::submitFinished(KCDDB::CDDB::Result r) else { TQString str = i18n("Error sending record.\n\n%1") - .tqarg(KCDDB::CDDB::resultToString(r)); + .arg(KCDDB::CDDB::resultToString(r)); KMessageBox::error(this, str, i18n("Record Submission")); } } // submitFinished() -- cgit v1.2.1