summaryrefslogtreecommitdiffstats
path: root/kcontrol/style/stylepreview.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:52:49 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:33:38 +0900
commit7ff24388e9d913479dd269cf29ba9aae5f6bde48 (patch)
treea5eecb895074ce87f4225b37f4e4b930f8cf046d /kcontrol/style/stylepreview.ui.h
parent88a3a73f276d3e2f49ee25f57fb8e8660ebe2228 (diff)
downloadtdebase-7ff24388e9d913479dd269cf29ba9aae5f6bde48.tar.gz
tdebase-7ff24388e9d913479dd269cf29ba9aae5f6bde48.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a8f627e6d45af521718176586daf0253b4daa597)
Diffstat (limited to 'kcontrol/style/stylepreview.ui.h')
-rw-r--r--kcontrol/style/stylepreview.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/style/stylepreview.ui.h b/kcontrol/style/stylepreview.ui.h
index 66bc6ade5..38f47ecee 100644
--- a/kcontrol/style/stylepreview.ui.h
+++ b/kcontrol/style/stylepreview.ui.h
@@ -40,7 +40,7 @@ void StylePreview::init()
{
++it;
obj->installEventFilter(this);
- ((TQWidget*)obj)->setFocusPolicy(TQ_NoFocus);
+ ((TQWidget*)obj)->setFocusPolicy(TQWidget::NoFocus);
}
delete l;
}