diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /examples/helpsystem/whatsthis.cpp | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/helpsystem/whatsthis.cpp')
| -rw-r--r-- | examples/helpsystem/whatsthis.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index 418e3a4db..113dbc10c 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -9,8 +9,8 @@ #include <ntqapplication.h> #include <tqdir.h> -#include <ntqheader.h> -#include <ntqtable.h> +#include <tqheader.h> +#include <tqtable.h> #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 <a href=%2/html/ntqheader.html>header</a>."). + return TQString("This is section number %1 in the %2 <a href=%2/html/tqheader.html>header</a>."). arg(section + 1). arg(orient). arg(docsPath); @@ -83,7 +83,7 @@ TQString TableWhatsThis::text( const TQPoint &p ) TQString docsPath = TQDir("../../doc").absPath(); if ( TQTableItem::RTTI == i->rtti() ) { - return TQString("This is a <a href=%1/html/qtableitem.html>TQTableItem</a>."). + return TQString("This is a <a href=%1/html/tqtableitem.html>TQTableItem</a>."). arg(docsPath); } else if ( TQComboTableItem::RTTI == i->rtti() ) { return TQString("This is a <a href=%1/html/tqcombotableitem.html>TQComboTableItem</a>." |
