summaryrefslogtreecommitdiffstats
path: root/tdeui/kactivelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kactivelabel.cpp')
-rw-r--r--tdeui/kactivelabel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kactivelabel.cpp b/tdeui/kactivelabel.cpp
index 5fff4a0f1..2e7af38c3 100644
--- a/tdeui/kactivelabel.cpp
+++ b/tdeui/kactivelabel.cpp
@@ -47,12 +47,12 @@ void KActiveLabel::init()
setFocusPolicy( TQWidget::TabFocus );
paletteChanged();
- connect(this, TQT_SIGNAL(linkClicked(const TQString &)),
- this, TQT_SLOT(openLink(const TQString &)));
+ connect(this, TQ_SIGNAL(linkClicked(const TQString &)),
+ this, TQ_SLOT(openLink(const TQString &)));
if (kapp)
{
- connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()),
- this, TQT_SLOT(paletteChanged()));
+ connect(kapp, TQ_SIGNAL(tdedisplayPaletteChanged()),
+ this, TQ_SLOT(paletteChanged()));
}
}