summaryrefslogtreecommitdiffstats
path: root/kalarm/lib/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/lib/label.cpp')
-rw-r--r--kalarm/lib/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/label.cpp b/kalarm/lib/label.cpp
index 92f07402..ad6fd783 100644
--- a/kalarm/lib/label.cpp
+++ b/kalarm/lib/label.cpp
@@ -56,7 +56,7 @@ void Label::setBuddy(TQWidget* bud)
{
while (w->focusProxy())
w = w->focusProxy();
- if (!w->inherits("TQRadioButton"))
+ if (!w->inherits(TQRADIOBUTTON_OBJECT_NAME_STRING))
w = 0;
}
if (!w)