summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qassistantclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/lib/qassistantclient.cpp')
-rw-r--r--tools/assistant/lib/qassistantclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/qassistantclient.cpp
index 4db090fb..d61043eb 100644
--- a/tools/assistant/lib/qassistantclient.cpp
+++ b/tools/assistant/lib/qassistantclient.cpp
@@ -84,14 +84,14 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre
error() is emitted.
This class is not included in the TQt library itself. To use it you
- must link against \c libqassistantclient.a (Unix) or \c
+ must link against \c libtqassistantclient.a (Unix) or \c
qassistantclient.lib (Windows), which is built into \c INSTALL/lib
if you built the TQt tools (\c INSTALL is the directory where TQt is
installed). If you use qmake, then you can simply add the following
line to your pro file:
\code
- LIBS += -lqassistantclient
+ LIBS += -ltqassistantclient
\endcode
See also "Adding Documentation to TQt Assistant" in the \link