diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:12:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:12:22 -0600 |
commit | 4d0d14e0800f5edae4702c5105aad4bdb4d1278e (patch) | |
tree | ba4a96a486063d513384cff33e8115acf986b9d4 /kalyptus/kalyptusCxxToKimono.pm | |
parent | e4b8929e8317f2a82cef06f7d150cdc1f84e7089 (diff) | |
download | libtqt-perl-4d0d14e0800f5edae4702c5105aad4bdb4d1278e.tar.gz libtqt-perl-4d0d14e0800f5edae4702c5105aad4bdb4d1278e.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToKimono.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToKimono.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm index 6e8f69d..d3e63c7 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"; |