summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/build-docs.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:15:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:15:43 -0600
commit4769a4b79bc1358eee8198b4cd87b235d75d86fb (patch)
treebf710937e6c5d16656171a3c26b5f4b11c38fc01 /kjsembed/docs/build-docs.sh
parent698b9b64bfb334db6f88ba67f4a4e9a76aaf3185 (diff)
downloadtdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.tar.gz
tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kjsembed/docs/build-docs.sh')
-rwxr-xr-xkjsembed/docs/build-docs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/docs/build-docs.sh b/kjsembed/docs/build-docs.sh
index 2198a82b..b3927aec 100755
--- a/kjsembed/docs/build-docs.sh
+++ b/kjsembed/docs/build-docs.sh
@@ -20,7 +20,7 @@ $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 TDEStandardDirs.' > $REF/stddirs.html
-$JS write_docs.js 'StdIcons' 'StdIcons' 'Provides access to the KIconLoader.' > $REF/stdicons.html
+$JS write_docs.js 'StdIcons' 'StdIcons' 'Provides access to the TDEIconLoader.' > $REF/stdicons.html
# Custom Objects
$JS write_docs.js 'Image' 'new Image()' 'Bindings to the TQImage class.' > $REF/image.html
@@ -60,7 +60,7 @@ OBJECTS="$OBJECTS KComboBox TDECModule KDateWidget KDatePicker KDialog"
OBJECTS="$OBJECTS KDualColorButton KEditListBox TDEFontCombo KGradientSelector"
OBJECTS="$OBJECTS KHistoryCombo KHSSelector KLed TDEListBox TDEListView"
OBJECTS="$OBJECTS KLineEdit KPasswordEdit KProgress KPushButton"
-OBJECTS="$OBJECTS KRestrictedLine KIconButton KIntSpinBox KRuler"
+OBJECTS="$OBJECTS KRestrictedLine TDEIconButton KIntSpinBox KRuler"
OBJECTS="$OBJECTS KSqueezedTextLabel KTextBrowser KTextEdit"
OBJECTS="$OBJECTS KURLLabel KURLRequester"
OBJECTS="$OBJECTS KIntNumInput KDoubleNumInput KDoubleSpinBox"