From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/helpsystem/whatsthis.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/helpsystem/whatsthis.cpp') diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index 1e0991fcf..418e3a4db 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -86,12 +86,12 @@ TQString TableWhatsThis::text( const TQPoint &p ) return TQString("This is a TQTableItem."). arg(docsPath); } else if ( TQComboTableItem::RTTI == i->rtti() ) { - return TQString("This is a TQComboTableItem." + return TQString("This is a TQComboTableItem." "
It can be used to provide multiple-choice items in a table."). arg(docsPath); } else if ( TQCheckTableItem::RTTI == i->rtti() ) { - return TQString("This is a TQCheckTableItem." - "
It provide checkboxes in tables."). + return TQString("This is a TQCheckTableItem." + "
It provide checkboxes in tables."). arg(docsPath).arg(docsPath); } -- cgit v1.2.3