summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToKimono.pm
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 /kalyptus/kalyptusCxxToKimono.pm
parent698b9b64bfb334db6f88ba67f4a4e9a76aaf3185 (diff)
downloadtdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.tar.gz
tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToKimono.pm')
-rw-r--r--kalyptus/kalyptusCxxToKimono.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm
index ad136a91..b328a53a 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -740,7 +740,7 @@ sub preParseClass
$className eq 'KParts::Plugin::PluginInfo' ||
$className eq 'KProtocolInfo::ExtraField' ||
$className eq 'KXMLGUIClient::StateChange' ||
- $className eq 'KIconTheme' ||
+ $className eq 'TDEIconTheme' ||
$className eq 'KEditListBox::CustomEditor' ||
$className eq 'TDEIO::KBookmarkMenuNSImporter' ||
$className eq 'KPerDomainSettings' ||
@@ -1948,7 +1948,7 @@ sub generateMethod($$$$$$$)
$name = "paletteName";
} elsif ( $name eq 'size' and $csharpClassName eq 'TDEFontCombo' ) {
$name = "pointSize";
- } elsif ($csharpSignature eq "icon()" and $csharpClassName eq 'KIconButton') {
+ } elsif ($csharpSignature eq "icon()" and $csharpClassName eq 'TDEIconButton') {
$name = "iconName";
} elsif ($csharpSignature eq "close()" and $csharpClassName eq 'KDirOperator') {
$name = "closeLoading";