summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/helpsystem.doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpsystem/helpsystem.doc')
-rw-r--r--examples/helpsystem/helpsystem.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc
index b368f0a11..2ccbc4f47 100644
--- a/examples/helpsystem/helpsystem.doc
+++ b/examples/helpsystem/helpsystem.doc
@@ -11,7 +11,7 @@
It uses TQToolTip and TQWhatsThis to provide both static and
dynamic balloon help for the widgets in the application, and
TQToolTipGroup to display extended information for each tooltip
- in the statusbar. QAssistantClient is used to display help
+ in the statusbar. TQAssistantClient is used to display help
pages using TQt Assistant.
The application has a user interface based on a
@@ -155,7 +155,7 @@
which creates an instance of TQt Assistant when it is called.
The class keeps references to the tooltip classes as members
because they are not TQObjects and need to be deleted explicitly.
- The class has a reference to QAssistantClient as a
+ The class has a reference to TQAssistantClient as a
member as well, to allow easier access to TQt Assistant later on.
\quotefile helpsystem/mainwindow.cpp
@@ -163,7 +163,7 @@
\printuntil assistant
The MainWindow constructor creates an instance of
- QAssistantClient using TQString::null as the first argument
+ TQAssistantClient using TQString::null as the first argument
so that the system path is used.
\printto TQWhatsThis::whatsThisButton