summaryrefslogtreecommitdiffstats
path: root/doc/man
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 /doc/man
parent534275dec59b0da2facf199a022a35b981c30c50 (diff)
downloadtqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz
tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip
Automated update from Qt3
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man3/tqassistantclient.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt
index cc4b10c4..0f3886e8 100644
--- a/doc/man/man3/tqassistantclient.3qt
+++ b/doc/man/man3/tqassistantclient.3qt
@@ -69,11 +69,11 @@ One QAssistantClient instance interacts with one Qt Assistant instance, so every
.PP
When you call openAssistant() the assistantOpened() signal is emitted. Similarly when closeAssistant() is called, assistantClosed() is emitted. In either case, if an error occurs, error() is emitted.
.PP
-This class is not included in the Qt library itself. To use it you must link against \fClibqassistantclient.a\fR (Unix) or \fCqassistantclient.lib\fR (Windows), which is built into \fCINSTALL/lib\fR if you built the Qt tools (\fCINSTALL\fR is the directory where Qt is installed). If you use qmake, then you can simply add the following line to your pro file:
+This class is not included in the Qt library itself. To use it you must link against \fClibtqassistantclient.a\fR (Unix) or \fCqassistantclient.lib\fR (Windows), which is built into \fCINSTALL/lib\fR if you built the Qt tools (\fCINSTALL\fR is the directory where Qt is installed). If you use qmake, then you can simply add the following line to your pro file:
.PP
.nf
.br
- LIBS += -lqassistantclient
+ LIBS += -ltqassistantclient
.br
.fi
.PP