summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/whatsthis.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/helpsystem/whatsthis.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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);
}