summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:27:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:27:29 -0600
commit7ef8543bfa4eb291a7e6da1c66eaca751b46ca99 (patch)
tree90d4164a5fe2be6b87876870998219e451c1588e /kjsembed/docs
parentbe2540d3ed68c7b71995ea5b69c9605f44a158ad (diff)
downloadtdebindings-7ef8543bfa4eb291a7e6da1c66eaca751b46ca99.tar.gz
tdebindings-7ef8543bfa4eb291a7e6da1c66eaca751b46ca99.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kjsembed/docs')
-rwxr-xr-xkjsembed/docs/build-docs.sh2
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