summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/whatsthis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpsystem/whatsthis.cpp')
-rw-r--r--examples/helpsystem/whatsthis.cpp8
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>."