diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:29 -0600 |
commit | 7ef8543bfa4eb291a7e6da1c66eaca751b46ca99 (patch) | |
tree | 90d4164a5fe2be6b87876870998219e451c1588e /kjsembed/docs | |
parent | be2540d3ed68c7b71995ea5b69c9605f44a158ad (diff) | |
download | tdebindings-7ef8543bfa4eb291a7e6da1c66eaca751b46ca99.tar.gz tdebindings-7ef8543bfa4eb291a7e6da1c66eaca751b46ca99.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kjsembed/docs')
-rwxr-xr-x | kjsembed/docs/build-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/docs/build-docs.sh b/kjsembed/docs/build-docs.sh index 1dcd8637..3384b0a6 100755 --- a/kjsembed/docs/build-docs.sh +++ b/kjsembed/docs/build-docs.sh @@ -19,7 +19,7 @@ $JS write_docs.js 'this' 'this' 'Default context scripts are executed in.' > $RE $JS write_docs.js 'Global' 'global' 'The global object.' > $REF/global.html $JS write_docs.js 'Application' 'application' 'Global application object.' > $REF/application.html $JS write_docs.js 'Part' 'part' 'Part used by the interpreter.' > $REF/part.html -$JS write_docs.js 'StdDirs' 'StdDirs' 'Provides access to KStandardDirs.' > $REF/stddirs.html +$JS write_docs.js 'StdDirs' 'StdDirs' 'Provides access to TDEStandardDirs.' > $REF/stddirs.html $JS write_docs.js 'StdIcons' 'StdIcons' 'Provides access to the KIconLoader.' > $REF/stdicons.html # Custom Objects |