summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
commit5445c25f501f456239b299d2b8810e4beb97a4f3 (patch)
tree8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/assistant
parent534275dec59b0da2facf199a022a35b981c30c50 (diff)
downloadtqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz
tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip
Automated update from Qt3
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/lib/lib.pro2
-rw-r--r--tools/assistant/lib/qassistantclient.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro
index af1b1c6ce..49fef0c15 100644
--- a/tools/assistant/lib/lib.pro
+++ b/tools/assistant/lib/lib.pro
@@ -1,5 +1,5 @@
TEMPLATE = lib
-TARGET = qassistantclient
+TARGET = tqassistantclient
VERSION = 1.0
CONFIG += qt warn_on release
diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/qassistantclient.cpp
index 4db090fb3..d61043eb6 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