From 1aef904f94a86fecbc71888bc94a790ff36f0403 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:42:29 -0600 Subject: Remove additional unneeded tq method conversions --- example/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/application.cpp') diff --git a/example/application.cpp b/example/application.cpp index fbc03be..bd351ba 100644 --- a/example/application.cpp +++ b/example/application.cpp @@ -185,7 +185,7 @@ void ApplicationWindow::save() TQString text = e->text(); TQFile f( filename ); if ( !f.open( IO_WriteOnly ) ) { - statusBar()->message( TQString("Could not write to %1").tqarg(filename), + statusBar()->message( TQString("Could not write to %1").arg(filename), 2000 ); return; } @@ -198,7 +198,7 @@ void ApplicationWindow::save() setCaption( filename ); - statusBar()->message( TQString( "File %1 saved" ).tqarg( filename ), 2000 ); + statusBar()->message( TQString( "File %1 saved" ).arg( filename ), 2000 ); } -- cgit v1.2.3