From 00e58f1937047eb6c23edbdb3ae7ed5feec7a572 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:55:35 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit c0f375feba0103bed2bac1b1f05e76e9ae28fa89) --- kmines/status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmines/status.cpp') diff --git a/kmines/status.cpp b/kmines/status.cpp index 2d081628..7940a388 100644 --- a/kmines/status.cpp +++ b/kmines/status.cpp @@ -368,7 +368,7 @@ void Status::loadLog() bool ok = doc.setContent(&file, 0, &errorLine); if ( !ok ) { KMessageBox::sorry(this, i18n("Cannot read XML file on line %1") - .tqarg(errorLine)); + .arg(errorLine)); return; } success = true; -- cgit v1.2.1