diff options
Diffstat (limited to 'karbon/widgets/vstrokefillpreview.cpp')
-rw-r--r-- | karbon/widgets/vstrokefillpreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vstrokefillpreview.cpp b/karbon/widgets/vstrokefillpreview.cpp index f69d5d85..5e05eecd 100644 --- a/karbon/widgets/vstrokefillpreview.cpp +++ b/karbon/widgets/vstrokefillpreview.cpp @@ -56,7 +56,7 @@ VStrokeFillPreview::VStrokeFillPreview( : TQFrame( parent, name ), m_part( part ) { m_strokeWidget = false; - setFocusPolicy( TQ_NoFocus ); + setFocusPolicy( TQWidget::NoFocus ); setFrameStyle( TQFrame::GroupBoxPanel | TQFrame::Sunken ); |