From c8a3e3fbfd14a67b503446df53130916aba9d245 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 20:57:46 -0600 Subject: Rename kdisplay for enhanced compatibility with KDE4 --- kdejava/koala/org/kde/koala/TDEApplicationSignals.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdejava/koala/org/kde') 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(); /** -- cgit v1.2.1