summaryrefslogtreecommitdiffstats
path: root/tdeui/kactivelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kactivelabel.cpp')
-rw-r--r--tdeui/kactivelabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kactivelabel.cpp b/tdeui/kactivelabel.cpp
index 72e72b677..a30fac7f4 100644
--- a/tdeui/kactivelabel.cpp
+++ b/tdeui/kactivelabel.cpp
@@ -51,7 +51,7 @@ void KActiveLabel::init()
this, TQT_SLOT(openLink(const TQString &)));
if (kapp)
{
- connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()),
+ connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()),
this, TQT_SLOT(paletteChanged()));
}
}