From 5445c25f501f456239b299d2b8810e4beb97a4f3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Dec 2013 14:13:04 -0600 Subject: Automated update from Qt3 --- doc/html/ntqassistantclient.html | 4 ++-- doc/man/man3/tqassistantclient.3qt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/html/ntqassistantclient.html b/doc/html/ntqassistantclient.html index c28fb5b4f..6ed91bcd2 100644 --- a/doc/html/ntqassistantclient.html +++ b/doc/html/ntqassistantclient.html @@ -81,12 +81,12 @@ emitted. Similarly when closeAssistant() is called, assistantClosed() is emitted. In either case, if an error occurs, error() is emitted.

This class is not included in the TQt library itself. To use it you -must link against libqassistantclient.a (Unix) or qassistantclient.lib (Windows), which is built into INSTALL/lib +must link against libtqassistantclient.a (Unix) or qassistantclient.lib (Windows), which is built into INSTALL/lib if you built the TQt tools (INSTALL is the directory where TQt is installed). If you use qmake, then you can simply add the following line to your pro file:

-        LIBS += -lqassistantclient
+        LIBS += -ltqassistantclient
     

See also "Adding Documentation to TQt Assistant" in the TQt Assistant manual. diff --git a/doc/man/man3/tqassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt index cc4b10c42..0f3886e83 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 -- cgit v1.2.1