summaryrefslogtreecommitdiffstats
path: root/kalyptus
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
parent4b98ad659d2ff415fc48e3f1d3b4a6076861f0ca (diff)
downloadtdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.tar.gz
tdebindings-03ae68d4191e4bbcda82846552ad8c65202b4347.zip
Rename KShared
Diffstat (limited to 'kalyptus')
-rw-r--r--kalyptus/kalyptusCxxToJNI.pm4
-rw-r--r--kalyptus/kalyptusCxxToJava.pm4
-rw-r--r--kalyptus/kalyptusCxxToKimono.pm4
-rw-r--r--kalyptus/kalyptusCxxToSmoke.pm2
-rw-r--r--kalyptus/kalyptusDataDict.pm8
5 files changed, 11 insertions, 11 deletions
diff --git a/kalyptus/kalyptusCxxToJNI.pm b/kalyptus/kalyptusCxxToJNI.pm
index ba1bf228..b3512c6e 100644
--- a/kalyptus/kalyptusCxxToJNI.pm
+++ b/kalyptus/kalyptusCxxToJNI.pm
@@ -2438,7 +2438,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' ||
@@ -2619,7 +2619,7 @@ sub preParseClass
|| ($name eq 'hack_strstr') ) )
|| ($name eq 'virtual_hook')
- || ($name =~ /_KShared_/)
+ || ($name =~ /_TDEShared_/)
|| ($name eq 'qObject')
|| ($name =~ /argv/)
|| ($name =~ /argc/)
diff --git a/kalyptus/kalyptusCxxToJava.pm b/kalyptus/kalyptusCxxToJava.pm
index 1779cf8e..a3f28dcc 100644
--- a/kalyptus/kalyptusCxxToJava.pm
+++ b/kalyptus/kalyptusCxxToJava.pm
@@ -745,7 +745,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' ||
@@ -893,7 +893,7 @@ sub preParseClass
|| ($classNode->{astNodeName} eq 'KTabWidget' and $name eq 'hoverCloseButton')
|| ($classNode->{astNodeName} eq 'TQUriDrag' and $name =~ /^decode$|decodeLocalFiles|decodeToUnicodeUris/)
|| ($name eq 'virtual_hook')
- || ($name =~ /_KShared_/)
+ || ($name =~ /_TDEShared_/)
|| ($name eq 'qObject')
|| ($name =~ /argv/)
|| ($name =~ /argc/)
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/)
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm
index dffb27c9..e6e9dab2 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -398,7 +398,7 @@ sub preParseClass
$className eq 'KBookmarkNotifier' ||
$className eq 'KOCRDialogFactory' ||
$className eq 'KExtendedBookmarkOwner' ||
- $className eq 'KSharedPixmap' ||
+ $className eq 'TDESharedPixmap' ||
$className eq 'KLibrary' ||
$className eq 'KScanDialogFactory' ||
$className eq 'TDEBufferedIO' ||
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm
index e2137615..f9d5ace9 100644
--- a/kalyptus/kalyptusDataDict.pm
+++ b/kalyptus/kalyptusDataDict.pm
@@ -1127,10 +1127,10 @@ BEGIN
'KServiceType*' => 'kde_KServiceType*',
'KServiceTypeProfile*' => 'kde_KServiceTypeProfile*' ,
'KSessionManaged*' => 'kde_KSessionManaged*',
-'KShared&' => 'kde_KShared*' ,
-'KShared*' => 'kde_KShared*',
-'KSharedPtr&' => 'kde_KSharedPtr*' ,
-'KSharedPtr*' => 'kde_KSharedPtr*',
+'TDEShared&' => 'kde_TDEShared*' ,
+'TDEShared*' => 'kde_TDEShared*',
+'TDESharedPtr&' => 'kde_TDESharedPtr*' ,
+'TDESharedPtr*' => 'kde_TDESharedPtr*',
'KShellCompletion*' => 'kde_KShellCompletion*',
'KShellProcess*' => 'kde_KShellProcess*',
'KShortcuts&' => 'kde_KShortcuts*',