From e92a4e05c504978308b2dd83082d2727b74bea8f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 20:59:07 -0600 Subject: Rename kdisplay for enhanced compatibility with KDE4 --- tdeui/kactivelabel.cpp | 2 +- tdeui/kjanuswidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui') 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())); } } diff --git a/tdeui/kjanuswidget.cpp b/tdeui/kjanuswidget.cpp index d33a2f0b4..fc1a04e7e 100644 --- a/tdeui/kjanuswidget.cpp +++ b/tdeui/kjanuswidget.cpp @@ -197,7 +197,7 @@ KJanusWidget::KJanusWidget( TQWidget *parent, const char *name, int face ) } if ( kapp ) - connect(kapp,TQT_SIGNAL(kdisplayFontChanged()),TQT_SLOT(slotFontChanged())); + connect(kapp,TQT_SIGNAL(tdedisplayFontChanged()),TQT_SLOT(slotFontChanged())); mValid = true; setSwallowedWidget(0); // Set default size if 'mFace' is Swallow. -- cgit v1.2.1