From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- knotes/resourcelocal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knotes/resourcelocal.cpp') diff --git a/knotes/resourcelocal.cpp b/knotes/resourcelocal.cpp index a4e2cf70c..53ea68ac8 100644 --- a/knotes/resourcelocal.cpp +++ b/knotes/resourcelocal.cpp @@ -89,7 +89,7 @@ bool ResourceLocal::save() i18n("Unable to save the notes to %1. " "Check that there is sufficient disk space." "
There should be a backup in the same directory " - "though.
").tqarg( mURL.path() ) ); + "though.").arg( mURL.path() ) ); return false; } -- cgit v1.2.1