Rename kdisplay for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 13 years ago
parent 67e97e9262
commit c8a3e3fbfd

@ -18,7 +18,7 @@ public interface TDEApplicationSignals {
should connect to this to program special behavior. should connect to this to program special behavior.
@short Emitted when TDEApplication has changed its palette due to a KControl request. @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. Emitted when TDEApplication has changed its GUI style in response to a KControl request.
Normally, widgets will update their styles automatically (as they would Normally, widgets will update their styles automatically (as they would
@ -26,7 +26,7 @@ public interface TDEApplicationSignals {
this to program special behavior. this to program special behavior.
@short Emitted when TDEApplication has changed its GUI style in response to a KControl request. @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. Emitted when TDEApplication has changed its font in response to a KControl request.
Normally widgets will update their fonts automatically, but you should Normally widgets will update their fonts automatically, but you should
@ -37,12 +37,12 @@ public interface TDEApplicationSignals {
to get informed about font updates. to get informed about font updates.
@short Emitted when TDEApplication has changed its font in response to a KControl request. @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 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 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(); void appearanceChanged();
/** /**

Loading…
Cancel
Save