diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:04:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:04:59 -0600 |
commit | 544dbe8589744318c5a880e6c3d235fda3ee2089 (patch) | |
tree | 7bcc90a5920e24d475ec7251557fef344016e15b /kalyptus/kalyptusCxxToSmoke.pm | |
parent | ffd65d91550a2d42493128327545585a7315439d (diff) | |
download | libtqt-perl-544dbe8589744318c5a880e6c3d235fda3ee2089.tar.gz libtqt-perl-544dbe8589744318c5a880e6c3d235fda3ee2089.zip |
Rename KApplication to TDEApplication to avoid conflicts 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 6067499..d40e1c7 100644 --- a/kalyptus/kalyptusCxxToSmoke.pm +++ b/kalyptus/kalyptusCxxToSmoke.pm @@ -380,7 +380,7 @@ sub preParseClass $className eq 'KExtendedSocket' || $className eq 'KSocket' || $className eq 'KPerDomainSettings' || - $className eq 'KApplicationPropsPlugin' || + $className eq 'TDEApplicationPropsPlugin' || $className eq 'KOpenWithHandler' || $className eq 'KFileOpenWithHandler' || $className eq 'KBindingPropsPlugin' || |