summaryrefslogtreecommitdiffstats
path: root/doc/plugins-howto.doc
diff options
context:
space:
mode:
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 d5adcb5a..6c46283e 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