summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/kicker.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
commit3e5506b29bb8d45ab067d3a4623af70a56abb990 (patch)
treef77580a8456188884aa2c0b447d5ea320e01a668 /kicker/kicker/core/kicker.cpp
parent301ad20ded390d3e22ef30533736f275d519a0e6 (diff)
downloadtdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.tar.gz
tdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'kicker/kicker/core/kicker.cpp')
-rw-r--r--kicker/kicker/core/kicker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/core/kicker.cpp b/kicker/kicker/core/kicker.cpp
index c39f9a775..316f1a625 100644
--- a/kicker/kicker/core/kicker.cpp
+++ b/kicker/kicker/core/kicker.cpp
@@ -125,8 +125,8 @@ Kicker::Kicker()
configure();
connect(this, TQT_SIGNAL(settingsChanged(int)), TQT_SLOT(slotSettingsChanged(int)));
- connect(this, TQT_SIGNAL(kdisplayPaletteChanged()), TQT_SLOT(paletteChanged()));
- connect(this, TQT_SIGNAL(kdisplayStyleChanged()), TQT_SLOT(slotStyleChanged()));
+ connect(this, TQT_SIGNAL(tdedisplayPaletteChanged()), TQT_SLOT(paletteChanged()));
+ connect(this, TQT_SIGNAL(tdedisplayStyleChanged()), TQT_SLOT(slotStyleChanged()));
#if (TQT_VERSION-0 >= 0x030200) // XRANDR support
connect(desktop(), TQT_SIGNAL(resized(int)), TQT_SLOT(slotDesktopResized()));