diff options
Diffstat (limited to 'akregator/src/akregator_view.cpp')
-rw-r--r-- | akregator/src/akregator_view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index a65adf39f..1e866bda9 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -224,7 +224,7 @@ View::View( Part *part, TQWidget *parent, ActionManagerImpl* actionManager, cons m_shuttingDown = false; m_displayingAboutPage = false; m_currentFrame = 0L; - setFocusPolicy(TQ_StrongFocus); + setFocusPolicy(TQWidget::StrongFocus); TQVBoxLayout *lt = new TQVBoxLayout( this ); |