summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-02 19:20:31 +0900
commit92fe63114ba50d68709680bdc89d93633dc3ed92 (patch)
tree8eb76c5af648b19d08acc2bb8a6fe0fdb82b9eaa /doc/man
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-feat/tqmake.tar.gz
tqt-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/README4
-rw-r--r--doc/man/man3/tqassistantclient.3qt2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/README b/doc/man/README
index ac24829cb..5ee7c00e9 100644
--- a/doc/man/README
+++ b/doc/man/README
@@ -17,8 +17,8 @@ Change the commands to suit your needs.
TODO
----
-* installation with qmake.
-* optional man pages compression with qmake
+* installation with tqmake.
+* optional man pages compression with tqmake
-------
ORIGINS
diff --git a/doc/man/man3/tqassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt
index e67a0b80f..e5eb94262 100644
--- a/doc/man/man3/tqassistantclient.3qt
+++ b/doc/man/man3/tqassistantclient.3qt
@@ -69,7 +69,7 @@ One TQAssistantClient instance interacts with one TQt Assistant instance, so eve
.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 TQt library itself. To use it you must link against \fClibtqassistantclient.a\fR (Unix) or \fCtqassistantclient.lib\fR (Windows), which is built into \fCINSTALL/lib\fR if you built the TQt tools (\fCINSTALL\fR is the directory where TQt 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 TQt library itself. To use it you must link against \fClibtqassistantclient.a\fR (Unix) or \fCtqassistantclient.lib\fR (Windows), which is built into \fCINSTALL/lib\fR if you built the TQt tools (\fCINSTALL\fR is the directory where TQt is installed). If you use tqmake, then you can simply add the following line to your pro file:
.PP
.nf
.br