diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:52:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:52:49 +0900 |
commit | a8f627e6d45af521718176586daf0253b4daa597 (patch) | |
tree | cb97fd20da95f86ceac149162040a2907cd0acad /kpersonalizer | |
parent | 547c7d72cf8f8eccd79e6114d3252ae01f1accde (diff) | |
download | tdebase-a8f627e6d45af521718176586daf0253b4daa597.tar.gz tdebase-a8f627e6d45af521718176586daf0253b4daa597.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpersonalizer')
-rw-r--r-- | kpersonalizer/stylepreview.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/stylepreview.ui.h b/kpersonalizer/stylepreview.ui.h index e16ec4085..b4c626221 100644 --- a/kpersonalizer/stylepreview.ui.h +++ b/kpersonalizer/stylepreview.ui.h @@ -48,7 +48,7 @@ void StylePreview::init() { ++it; obj->installEventFilter(this); - ((TQWidget*)obj)->setFocusPolicy(TQ_NoFocus); + ((TQWidget*)obj)->setFocusPolicy(TQWidget::NoFocus); } delete l; } |