diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kactivelabel.cpp | 2 | ||||
-rw-r--r-- | tdeui/kjanuswidget.cpp | 2 |
2 files changed, 2 insertions, 2 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())); } } 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. |