From a5b44fbe44e58478ad74d819c5f4c36926d31872 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:53:50 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f) --- kwin/killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kwin/killer') diff --git a/kwin/killer/killer.cpp b/kwin/killer/killer.cpp index 13daabf47..1309e6267 100644 --- a/kwin/killer/killer.cpp +++ b/kwin/killer/killer.cpp @@ -71,7 +71,7 @@ int main( int argc, char* argv[] ) "Window with title \"%2\" is not responding. " "This window belongs to application %1 (PID=%3, hostname=%4).

" "Do you wish to terminate this application? (All unsaved data in this application will be lost.)" ) - .tqarg( appname ).tqarg( caption ).tqarg( pid ).tqarg( static_cast(hostname) ); + .arg( appname ).arg( caption ).arg( pid ).arg( static_cast(hostname) ); app.updateUserTimestamp( timestamp ); if( KMessageBox::warningYesNoWId( id, question, TQString::null, i18n("Terminate"), i18n("Keep Running") ) == KMessageBox::Yes ) { -- cgit v1.2.1