summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToKimono.pm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:34:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:34:05 -0600
commit03ae68d4191e4bbcda82846552ad8c65202b4347 (patch)
tree0d4064314907975700a43fe88b4b6521976b4fb0 /kalyptus/kalyptusCxxToKimono.pm
parent4b98ad659d2ff415fc48e3f1d3b4a6076861f0ca (diff)
downloadtdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.tar.gz
tdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.zip
Rename KShared
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 b7eee352..ff5d3fff 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -765,7 +765,7 @@ sub preParseClass
$className eq 'KBookmarkNotifier' ||
$className eq 'KOCRDialogFactory' ||
$className eq 'KExtendedBookmarkOwner' ||
- $className eq 'KSharedPixmap' ||
+ $className eq 'TDESharedPixmap' ||
$className eq 'TDESocket' ||
$className eq 'KLibrary' ||
$className eq 'KScanDialogFactory' ||
@@ -940,7 +940,7 @@ sub preParseClass
|| ($classNode->{astNodeName} =~ /^TQUrl/ and $name eq 'operator==')
|| ($classNode->{astNodeName} eq 'TQUriDrag' and $name =~ /^decode$|decodeLocalFiles|decodeToUnicodeUris/)
|| ($name eq 'virtual_hook')
- || ($name =~ /_KShared_/)
+ || ($name =~ /_TDEShared_/)
|| ($name eq 'qObject')
|| ($name =~ /argv/)
|| ($name =~ /argc/)