summaryrefslogtreecommitdiffstats
path: root/doc/plugins-howto.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
commit3e98ce7f85f06e95ad121c6f541d14464d85919e (patch)
treef02992c00911ec6ba24f243aebf96d98fa0d39a1 /doc/plugins-howto.doc
parent9f5d59f33644aaadd7af43db86734a3294250a02 (diff)
downloadtqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz
tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/plugins-howto.doc')
-rw-r--r--doc/plugins-howto.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins-howto.doc b/doc/plugins-howto.doc
index d5adcb5a2..6c46283ec 100644
--- a/doc/plugins-howto.doc
+++ b/doc/plugins-howto.doc
@@ -153,7 +153,7 @@ because plugins are stored in the standard plugin subdirectories.
Because of this applications don't require any code to find and load
plugins, since TQt handles them automatically.
-The default directory for plugins is \c{QTDIR/plugins}<sup>*</sup>,
+The default directory for plugins is \c{TQTDIR/plugins}<sup>*</sup>,
with each type of plugin in a subdirectory for that type, e.g. \c
styles. If you want your applications to use plugins and you don't
want to use the standard plugins path, have your installation process
@@ -172,10 +172,10 @@ is to create a subdirectory under the application, e.g. \c
appdir/plugins/designer, and place the plugin in that directory.
For \link designer-manual.book TQt Designer\endlink, you may need to
-call QApplication::addLibraryPath("QTDIR/plugins/designer") to load
+call QApplication::addLibraryPath("TQTDIR/plugins/designer") to load
your \link designer-manual.book TQt Designer\endlink plugins.
-<sup>*</sup><small> All references to \c{QTDIR} refer to the path
+<sup>*</sup><small> All references to \c{TQTDIR} refer to the path
where TQt was installed. </small>
\section1 Loading and Verifying Plugins