diff options
Diffstat (limited to 'kcontrol/style/stylepreview.ui.h')
-rw-r--r-- | kcontrol/style/stylepreview.ui.h | 2 |
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; } |