summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToKimono.pm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:22:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:22:55 -0600
commit65b1288742335fa7787621c7fa81bb380f69ad65 (patch)
tree4d7a4a64a0f384fc8e53cd9d248c051f019ebf20 /kalyptus/kalyptusCxxToKimono.pm
parent5d022b42e52eacb72ae2b26c6d1538d7c341bc91 (diff)
downloadlibtqt-perl-65b1288742335fa7787621c7fa81bb380f69ad65.tar.gz
libtqt-perl-65b1288742335fa7787621c7fa81bb380f69ad65.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 420aa56..851a54d 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/)