summaryrefslogtreecommitdiffstats
path: root/kalyptus
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:15:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:15:43 -0600
commit4769a4b79bc1358eee8198b4cd87b235d75d86fb (patch)
treebf710937e6c5d16656171a3c26b5f4b11c38fc01 /kalyptus
parent698b9b64bfb334db6f88ba67f4a4e9a76aaf3185 (diff)
downloadtdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.tar.gz
tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.zip
Rename KIcon to enhance compatibility with KDE4
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.pm24
5 files changed, 19 insertions, 19 deletions
diff --git a/kalyptus/kalyptusCxxToJNI.pm b/kalyptus/kalyptusCxxToJNI.pm
index cbae3cac..d400ef93 100644
--- a/kalyptus/kalyptusCxxToJNI.pm
+++ b/kalyptus/kalyptusCxxToJNI.pm
@@ -2413,7 +2413,7 @@ sub preParseClass
$className eq 'KParts::Plugin::PluginInfo' ||
$className eq 'KProtocolInfo::ExtraField' ||
$className eq 'KXMLGUIClient::StateChange' ||
- $className eq 'KIconTheme' ||
+ $className eq 'TDEIconTheme' ||
$className eq 'KEditListBox::CustomEditor' ||
$className eq 'TDEIO::KBookmarkMenuNSImporter' ||
$className eq 'KPerDomainSettings' ||
@@ -3821,7 +3821,7 @@ sub generateMethod($$$$$$$$$)
$name = "iconSize";
} elsif ( $name eq 'size' and $javaClassName eq 'TDEFontCombo' ) {
$name = "pointSize";
- } elsif ($javaSignature eq "icon()" and $javaClassName eq 'KIconButton') {
+ } elsif ($javaSignature eq "icon()" and $javaClassName eq 'TDEIconButton') {
$name = "iconName";
} elsif ($javaSignature eq "close()" and $javaClassName eq 'KDirOperator') {
$name = "closeLoading";
diff --git a/kalyptus/kalyptusCxxToJava.pm b/kalyptus/kalyptusCxxToJava.pm
index 3170eb51..866295c3 100644
--- a/kalyptus/kalyptusCxxToJava.pm
+++ b/kalyptus/kalyptusCxxToJava.pm
@@ -720,7 +720,7 @@ sub preParseClass
$className eq 'KParts::Plugin::PluginInfo' ||
$className eq 'KProtocolInfo::ExtraField' ||
$className eq 'KXMLGUIClient::StateChange' ||
- $className eq 'KIconTheme' ||
+ $className eq 'TDEIconTheme' ||
$className eq 'KEditListBox::CustomEditor' ||
$className eq 'TDEIO::KBookmarkMenuNSImporter' ||
$className eq 'KPerDomainSettings' ||
@@ -1900,7 +1900,7 @@ sub generateMethod($$$$$$$)
$name = "paletteName";
} elsif ( $name eq 'size' and $javaClassName eq 'TDEFontCombo' ) {
$name = "pointSize";
- } elsif ($javaSignature eq "icon()" and $javaClassName eq 'KIconButton') {
+ } elsif ($javaSignature eq "icon()" and $javaClassName eq 'TDEIconButton') {
$name = "iconName";
} elsif ($javaSignature eq "close()" and $javaClassName eq 'KDirOperator') {
$name = "closeLoading";
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm
index ad136a91..b328a53a 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -740,7 +740,7 @@ sub preParseClass
$className eq 'KParts::Plugin::PluginInfo' ||
$className eq 'KProtocolInfo::ExtraField' ||
$className eq 'KXMLGUIClient::StateChange' ||
- $className eq 'KIconTheme' ||
+ $className eq 'TDEIconTheme' ||
$className eq 'KEditListBox::CustomEditor' ||
$className eq 'TDEIO::KBookmarkMenuNSImporter' ||
$className eq 'KPerDomainSettings' ||
@@ -1948,7 +1948,7 @@ sub generateMethod($$$$$$$)
$name = "paletteName";
} elsif ( $name eq 'size' and $csharpClassName eq 'TDEFontCombo' ) {
$name = "pointSize";
- } elsif ($csharpSignature eq "icon()" and $csharpClassName eq 'KIconButton') {
+ } elsif ($csharpSignature eq "icon()" and $csharpClassName eq 'TDEIconButton') {
$name = "iconName";
} elsif ($csharpSignature eq "close()" and $csharpClassName eq 'KDirOperator') {
$name = "closeLoading";
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm
index 4c4bc9ac..8485b636 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -374,7 +374,7 @@ sub preParseClass
$className eq 'KParts::Plugin::PluginInfo' ||
$className eq 'KProtocolInfo::ExtraField' ||
$className eq 'KXMLGUIClient::StateChange' ||
- $className eq 'KIconTheme' ||
+ $className eq 'TDEIconTheme' ||
$className eq 'KEditListBox::CustomEditor' ||
$className eq 'TDEIO::KBookmarkMenuNSImporter' ||
$className eq 'KExtendedSocket' ||
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm
index 0710eca9..8d9d2292 100644
--- a/kalyptus/kalyptusDataDict.pm
+++ b/kalyptus/kalyptusDataDict.pm
@@ -944,16 +944,16 @@ BEGIN
'KIOTestSlow' => 'kde_KIOTestSlow*',
'KIOTestSlow*' => 'kde_KIOTestSlow*',
'KIPC*' => 'kde_KIPC*',
-'KIcon' => 'kde_KIcon*' ,
-'KIcon*' => 'kde_KIcon*',
-'KIconButton*' => 'kde_KIconButton*',
-'KIconCanvas*' => 'kde_KIconCanvas*',
-'KIconDialog*' => 'kde_KIconDialog*',
-'KIconEffect*' => 'kde_KIconEffect*' ,
-'KIconLoader*' => 'kde_KIconLoader*' ,
-'KIconSelectAction*' => 'kde_KIconSelectAction*',
-'KIconView*' => 'kde_KIconView*',
-'KIconViewItem*' => 'kde_KIconViewItem*',
+'TDEIcon' => 'kde_TDEIcon*' ,
+'TDEIcon*' => 'kde_TDEIcon*',
+'TDEIconButton*' => 'kde_TDEIconButton*',
+'TDEIconCanvas*' => 'kde_TDEIconCanvas*',
+'TDEIconDialog*' => 'kde_TDEIconDialog*',
+'TDEIconEffect*' => 'kde_TDEIconEffect*' ,
+'TDEIconLoader*' => 'kde_TDEIconLoader*' ,
+'TDEIconSelectAction*' => 'kde_TDEIconSelectAction*',
+'TDEIconView*' => 'kde_TDEIconView*',
+'TDEIconViewItem*' => 'kde_TDEIconViewItem*',
'KImageEffect*' => 'kde_KImageEffect*',
'KImageFilePreview*' => 'kde_KImageFilePreview*',
'KImageIO*' => 'kde_KImageIO*',
@@ -2802,8 +2802,8 @@ BEGIN
'KKeyX11*' => 'kde_KKeyX11*',
'TDEAccelActions' => 'kde_TDEAccelActions*',
'KRandomSequence&' => 'kde_KRandomSequence*',
-'KIcon::Context' => 'int',
-'KIcon::Group' => 'int',
+'TDEIcon::Context' => 'int',
+'TDEIcon::Group' => 'int',
);