diff options
Diffstat (limited to 'examples/helpsystem')
-rw-r--r-- | examples/helpsystem/helpsystem.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc index e9e647e6c..80e96c7cb 100644 --- a/examples/helpsystem/helpsystem.doc +++ b/examples/helpsystem/helpsystem.doc @@ -154,7 +154,7 @@ The MainWindow class declares a slot called assistantSlot() 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 QObjects and need to be deleted explicitly. + because they are not TQObjects and need to be deleted explicitly. The class has a reference to QAssistantClient as a member as well, to allow easier access to TQt Assistant later on. |