summaryrefslogtreecommitdiffstats
path: root/tdeui/kurllabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kurllabel.cpp')
-rw-r--r--tdeui/kurllabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kurllabel.cpp b/tdeui/kurllabel.cpp
index 60e2faba6..4a296a284 100644
--- a/tdeui/kurllabel.cpp
+++ b/tdeui/kurllabel.cpp
@@ -50,7 +50,7 @@ public:
MarginAltered(false),
Timer (new TQTimer (label))
{
- connect (Timer, TQT_SIGNAL (timeout ()), label, TQT_SLOT (updateColor ()));
+ connect (Timer, TQ_SIGNAL (timeout ()), label, TQ_SLOT (updateColor ()));
}
~Private ()