diff options
Diffstat (limited to 'doc/html/plugins-howto.html')
-rw-r--r-- | doc/html/plugins-howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/plugins-howto.html b/doc/html/plugins-howto.html index 62f7d6bbd..b97640486 100644 --- a/doc/html/plugins-howto.html +++ b/doc/html/plugins-howto.html @@ -132,7 +132,7 @@ plugins, since TQt handles them automatically. with each type of plugin in a subdirectory for that type, e.g. <tt>styles</tt>. If you want your applications to use plugins and you don't want to use the standard plugins path, have your installation process determine the path you want to use for the plugins, and save the path, -e.g. using <a href="ntqsettings.html">TQSettings</a>, for the application to read when it runs. The +e.g. using <a href="tqsettings.html">TQSettings</a>, for the application to read when it runs. The application can then call <a href="ntqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>() with this path and your plugins will be available to the application. Note that the final part of the path, i.e. <tt>styles</tt>, <tt>widgets</tt>, etc., cannot |