diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:12:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:12:22 -0600 |
commit | 4d0d14e0800f5edae4702c5105aad4bdb4d1278e (patch) | |
tree | ba4a96a486063d513384cff33e8115acf986b9d4 /kalyptus/kalyptusCxxToSmoke.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/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 49c8930..80b35d2 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' || |