summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:46 -0600
commitc8a3e3fbfd14a67b503446df53130916aba9d245 (patch)
treea8abc4779be9c838f292006096380574ef610db4
parent67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (diff)
downloadtdebindings-c8a3e3fbfd14a67b503446df53130916aba9d245.tar.gz
tdebindings-c8a3e3fbfd14a67b503446df53130916aba9d245.zip
Rename kdisplay for enhanced compatibility with KDE4
-rw-r--r--kdejava/koala/org/kde/koala/TDEApplicationSignals.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEApplicationSignals.java b/kdejava/koala/org/kde/koala/TDEApplicationSignals.java
index 22e80d3c..d85fc48a 100644
--- a/kdejava/koala/org/kde/koala/TDEApplicationSignals.java
+++ b/kdejava/koala/org/kde/koala/TDEApplicationSignals.java
@@ -18,7 +18,7 @@ public interface TDEApplicationSignals {
should connect to this to program special behavior.
@short Emitted when TDEApplication has changed its palette due to a KControl request.
*/
- void kdisplayPaletteChanged();
+ void tdedisplayPaletteChanged();
/**
Emitted when TDEApplication has changed its GUI style in response to a KControl request.
Normally, widgets will update their styles automatically (as they would
@@ -26,7 +26,7 @@ public interface TDEApplicationSignals {
this to program special behavior.
@short Emitted when TDEApplication has changed its GUI style in response to a KControl request.
*/
- void kdisplayStyleChanged();
+ void tdedisplayStyleChanged();
/**
Emitted when TDEApplication has changed its font in response to a KControl request.
Normally widgets will update their fonts automatically, but you should
@@ -37,12 +37,12 @@ public interface TDEApplicationSignals {
to get informed about font updates.
@short Emitted when TDEApplication has changed its font in response to a KControl request.
*/
- void kdisplayFontChanged();
+ void tdedisplayFontChanged();
/**
Emitted when TDEApplication has changed either its GUI style, its font or its palette
- in response to a kdisplay request. Normally, widgets will update their styles
+ in response to a tdedisplay request. Normally, widgets will update their styles
automatically, but you should connect to this to program special
- behavior. @short Emitted when TDEApplication has changed either its GUI style, its font or its palette in response to a kdisplay request.
+ behavior. @short Emitted when TDEApplication has changed either its GUI style, its font or its palette in response to a tdedisplay request.
*/
void appearanceChanged();
/**