From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- examples/helpsystem/whatsthis.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/helpsystem/whatsthis.cpp') diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index b8511cbe9..020c59199 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -7,10 +7,10 @@ ** *****************************************************************************/ -#include -#include -#include -#include +#include +#include +#include +#include #include "whatsthis.h" @@ -53,7 +53,7 @@ TQString HeaderWhatsThis::text( const TQPoint &p ) if( section == -1 ) return "This is empty space."; TQString docsPath = TQDir("../../doc").absPath(); - return TQString("This is section number %1 in the %2 header."). + return TQString("This is section number %1 in the %2 header."). arg(section + 1). arg(orient). arg(docsPath); @@ -91,7 +91,7 @@ TQString TableWhatsThis::text( const TQPoint &p ) arg(docsPath); } else if ( TQCheckTableItem::RTTI == i->rtti() ) { return TQString("This is a TQCheckTableItem." - "
It provide checkboxes in tables."). + "
It provide checkboxes in tables."). arg(docsPath).arg(docsPath); } -- cgit v1.2.1