diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:15:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:15:43 -0600 |
commit | 4769a4b79bc1358eee8198b4cd87b235d75d86fb (patch) | |
tree | bf710937e6c5d16656171a3c26b5f4b11c38fc01 /kalyptus/kalyptusCxxToSmoke.pm | |
parent | 698b9b64bfb334db6f88ba67f4a4e9a76aaf3185 (diff) | |
download | tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.tar.gz tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToSmoke.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToSmoke.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm index 4c4bc9ac..8485b636 100644 --- a/kalyptus/kalyptusCxxToSmoke.pm +++ b/kalyptus/kalyptusCxxToSmoke.pm @@ -374,7 +374,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 'KExtendedSocket' || |