summaryrefslogtreecommitdiffstats
path: root/examples/distributor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /examples/distributor
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz
tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip
Automated update from Qt3
Diffstat (limited to 'examples/distributor')
-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 addcacecd..cdbaddd51 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.