diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:59:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:59:07 -0600 |
commit | e92a4e05c504978308b2dd83082d2727b74bea8f (patch) | |
tree | b706f86da38e5b8e2bbbc46060a47cfaa2dd62c1 /tdecore/kapplication.h | |
parent | f8d95a02420773d558fe73c0847c305666d47241 (diff) | |
download | tdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.tar.gz tdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.zip |
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'tdecore/kapplication.h')
-rw-r--r-- | tdecore/kapplication.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h index f59c307eb..4b29dd94c 100644 --- a/tdecore/kapplication.h +++ b/tdecore/kapplication.h @@ -1406,7 +1406,7 @@ signals: * Normally, widgets will update their palette automatically, but you * should connect to this to program special behavior. */ - void kdisplayPaletteChanged(); + void tdedisplayPaletteChanged(); /** * Emitted when TDEApplication has changed its GUI style in response to a KControl request. @@ -1415,7 +1415,7 @@ signals: * respond to an explicit setGUIStyle() call), but you should connect to * this to program special behavior. */ - void kdisplayStyleChanged(); + void tdedisplayStyleChanged(); /** * Emitted when TDEApplication has changed its font in response to a KControl request. @@ -1428,11 +1428,11 @@ signals: * reimplement TQWidget::fontChange(). This is the preferred way * to get informed about font updates. */ - 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. */ void appearanceChanged(); @@ -1528,9 +1528,9 @@ signals: private: void propagateSettings(SettingsCategory category); - void kdisplaySetPalette(); - void kdisplaySetStyle(); - void kdisplaySetFont(); + void tdedisplaySetPalette(); + void tdedisplaySetStyle(); + void tdedisplaySetFont(); void applyGUIStyle(); static void sigpipeHandler(int); |