summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_new_mnu.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/ui/k_new_mnu.cpp
parent301ad20ded390d3e22ef30533736f275d519a0e6 (diff)
downloadtdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.tar.gz
tdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'kicker/kicker/ui/k_new_mnu.cpp')
-rw-r--r--kicker/kicker/ui/k_new_mnu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp
index f8e3eaef5..81907b0ae 100644
--- a/kicker/kicker/ui/k_new_mnu.cpp
+++ b/kicker/kicker/ui/k_new_mnu.cpp
@@ -1198,9 +1198,9 @@ void KMenu::initialize()
kdDebug(1210) << "KMenu::initialize()" << endl;
// in case we've been through here before, let's disconnect
- disconnect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()),
+ disconnect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()),
this, TQT_SLOT(paletteChanged()));
- connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()),
+ connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()),
this, TQT_SLOT(paletteChanged()));
/*