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.cpp12
1 files changed, 6 insertions, 6 deletions
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 <qapplication.h>
-#include <qdir.h>
-#include <qheader.h>
-#include <qtable.h>
+#include <ntqapplication.h>
+#include <ntqdir.h>
+#include <ntqheader.h>
+#include <ntqtable.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/qheader.html>header</a>.").
+ return TQString("This is section number %1 in the %2 <a href=%2/html/ntqheader.html>header</a>.").
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 <a href=%1/html/qchecktableitem.html>TQCheckTableItem</a>."
- "<br>It provide <a href=%1/html/qcheckbox.html>checkboxes</a> in tables.").
+ "<br>It provide <a href=%1/html/ntqcheckbox.html>checkboxes</a> in tables.").
arg(docsPath).arg(docsPath);
}