diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:49:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-03 22:43:27 +0900 |
commit | 9f4c63556afff2d3cd5af82126661042fd6057bc (patch) | |
tree | 5863d22acf88f75ee7745f27530267781f33059e /src/kmplayerview.cpp | |
parent | fc47913516705b353064b9c5e0175cbdbf80c2b9 (diff) | |
download | kmplayer-9f4c63556afff2d3cd5af82126661042fd6057bc.tar.gz kmplayer-9f4c63556afff2d3cd5af82126661042fd6057bc.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8c5aec192068779f6b7167c03ea66e441113f76d)
Diffstat (limited to 'src/kmplayerview.cpp')
-rw-r--r-- | src/kmplayerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayerview.cpp b/src/kmplayerview.cpp index 46f4d8e..2d8b391 100644 --- a/src/kmplayerview.cpp +++ b/src/kmplayerview.cpp @@ -218,7 +218,7 @@ KDE_NO_EXPORT void View::init (TDEActionCollection * action_collection) { m_widgetstack->addWidget (m_multiedit); m_widgetstack->addWidget (m_widgettypes[WT_Picture]); - setFocusPolicy (TQ_ClickFocus); + setFocusPolicy (TQWidget::ClickFocus); setAcceptDrops (true); m_view_area->resizeEvent (0L); |