summaryrefslogtreecommitdiffstats
path: root/tdeui/kactivelabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:59:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:59:07 -0600
commite92a4e05c504978308b2dd83082d2727b74bea8f (patch)
treeb706f86da38e5b8e2bbbc46060a47cfaa2dd62c1 /tdeui/kactivelabel.cpp
parentf8d95a02420773d558fe73c0847c305666d47241 (diff)
downloadtdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.tar.gz
tdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.zip
Rename kdisplay for enhanced compatibility with KDE4
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()));
}
}