summaryrefslogtreecommitdiffstats
path: root/kdejava/koala
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala')
-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();
/**