diff options
author | Michele Calgaro <[email protected]> | 2023-07-12 11:31:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-12 11:31:57 +0900 |
commit | 30555507108fe0b2b3f9ded9de37f38d4a1d9c50 (patch) | |
tree | 679a8ece19669a02cef46213fa85252c297a4aff /kalarm/lib/label.cpp | |
parent | 0e1649599e9aea4fccb8435fbf74796e0756d282 (diff) | |
download | tdepim-30555507108fe0b2b3f9ded9de37f38d4a1d9c50.tar.gz tdepim-30555507108fe0b2b3f9ded9de37f38d4a1d9c50.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kalarm/lib/label.cpp')
-rw-r--r-- | kalarm/lib/label.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/label.cpp b/kalarm/lib/label.cpp index 7767a7659..891213c57 100644 --- a/kalarm/lib/label.cpp +++ b/kalarm/lib/label.cpp @@ -56,7 +56,7 @@ void Label::setBuddy(TQWidget* bud) { while (w->focusProxy()) w = TQT_TQWIDGET(w->focusProxy()); - if (!w->inherits(TQRADIOBUTTON_OBJECT_NAME_STRING)) + if (!w->inherits("TQRadioButton")) w = 0; } if (!w) |