summaryrefslogtreecommitdiffstats
path: root/examples/distributor/distributor.doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/distributor/distributor.doc')
-rw-r--r--examples/distributor/distributor.doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/distributor/distributor.doc b/examples/distributor/distributor.doc
index addcacec..cdbaddd5 100644
--- a/examples/distributor/distributor.doc
+++ b/examples/distributor/distributor.doc
@@ -1,32 +1,32 @@
/*! \page distributor-example.html
\ingroup examples
- \title Qt Distribution Example
+ \title TQt Distribution Example
This example program modifies the hard-coded paths that are
- compiled into the Qt library.
+ compiled into the TQt library.
- When distributing the Qt library, the final installation prefix is
+ When distributing the TQt library, the final installation prefix is
very rarely the same as the prefix used when doing development.
You can use the code from this example to modify the following
- hard-coded paths in Qt library:
+ hard-coded paths in TQt library:
\list
\i Prefix - Normally, all other paths are relative to the \e
Prefix.
- \i Binaries - Location of binaries distributed with Qt (for
+ \i Binaries - Location of binaries distributed with TQt (for
example, \e{Qt Assistant}).
- \i Documentation - Location of the Qt documentation.
+ \i Documentation - Location of the TQt documentation.
- \i Headers - Location of the Qt headers.
+ \i Headers - Location of the TQt headers.
\i Libraries - Location of addition libraries distributed with Qt
(for example, the \e tqui library).
- \i Plugins - Location of the Qt plugins.
+ \i Plugins - Location of the TQt plugins.
\i Data - Location of applicaton specific data for all programs
distributed with Qt.