From 7ea89afa119615e547323a7a482ea7fef8e67029 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:52 -0600 Subject: Remove additional unneeded tq method conversions --- khexedit/toplevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/toplevel.h') diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index 5e72dee..9f52418 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -249,7 +249,7 @@ protected: inline void KHexEdit::addStartupFile( const TQString &fileName ) { mStartupFileList.prepend( fileName ); - mStartupOffsetList.prepend( TQString("%1").tqarg(mStartupOffset,0,16) ); + mStartupOffsetList.prepend( TQString("%1").arg(mStartupOffset,0,16) ); mStartupOffset = 0; } -- cgit v1.2.1