diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:22:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:22:55 -0600 |
commit | 65b1288742335fa7787621c7fa81bb380f69ad65 (patch) | |
tree | 4d7a4a64a0f384fc8e53cd9d248c051f019ebf20 | |
parent | 5d022b42e52eacb72ae2b26c6d1538d7c341bc91 (diff) | |
download | libtqt-perl-65b1288742335fa7787621c7fa81bb380f69ad65.tar.gz libtqt-perl-65b1288742335fa7787621c7fa81bb380f69ad65.zip |
Rename KShared
-rw-r--r-- | kalyptus/kalyptusCxxToJNI.pm | 4 | ||||
-rw-r--r-- | kalyptus/kalyptusCxxToJava.pm | 4 | ||||
-rw-r--r-- | kalyptus/kalyptusCxxToKimono.pm | 4 | ||||
-rw-r--r-- | kalyptus/kalyptusCxxToSmoke.pm | 2 | ||||
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 8 |
5 files changed, 11 insertions, 11 deletions
diff --git a/kalyptus/kalyptusCxxToJNI.pm b/kalyptus/kalyptusCxxToJNI.pm index 16b2a7d..7db0fdd 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 0f0b207..07dc3fc 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 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/) diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm index 6fc77d2..10e7d37 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 3b1b852..f09a54d 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*', |