diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
commit | 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch) | |
tree | df1e10cc7504665622d096f9ba80dc9e56f3afb8 /doc/plugins-howto.doc | |
parent | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff) | |
download | qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip |
Undo prior accidental commit
Diffstat (limited to 'doc/plugins-howto.doc')
-rw-r--r-- | doc/plugins-howto.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins-howto.doc b/doc/plugins-howto.doc index 1814980..15536f0 100644 --- a/doc/plugins-howto.doc +++ b/doc/plugins-howto.doc @@ -83,7 +83,7 @@ run, Qt will first treat the application's executable directory as the Files\MyApp} and has a style plugin, Qt will look in \c{C:\Program Files\MyApp\styles}. (See \l{QApplication::applicationDirPath()} for how to find out where the application's executable is.) Qt will also -look in the directory given by \c{tqInstallPathPlugins()}. If you want +look in the directory given by \c{qInstallPathPlugins()}. If you want Qt to look in additional places you can add as many paths as you need with calls to \c{QApplication::addLibraryPath()}. And if you want to set your own path or paths you can use |