diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 11:58:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 19:31:13 +0900 |
| commit | e3fd6cf415c0b22b7ad86f8137c2dd71d6f6f917 (patch) | |
| tree | c01906adb3e31306831bb6b35de1830070b052b8 /src/kmplayerview.cpp | |
| parent | 51452f2e68ea3fba1776d125ce27416c90b544ec (diff) | |
| download | kmplayer-e3fd6cf415c0b22b7ad86f8137c2dd71d6f6f917.tar.gz kmplayer-e3fd6cf415c0b22b7ad86f8137c2dd71d6f6f917.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kmplayerview.cpp')
| -rw-r--r-- | src/kmplayerview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kmplayerview.cpp b/src/kmplayerview.cpp index ed9b5f6..03dc11d 100644 --- a/src/kmplayerview.cpp +++ b/src/kmplayerview.cpp @@ -198,9 +198,7 @@ TDE_NO_EXPORT void View::init (TDEActionCollection * action_collection) { m_status_bar->setMaximumSize (2500, sbsize.height ()); m_viewer = new Viewer (m_widgetstack, this); m_widgettypes [WT_Video] = m_viewer; -#if KDE_IS_VERSION(3,1,90) setVideoWidget (m_view_area); -#endif m_multiedit = new TextEdit (m_widgetstack, this); m_multiedit->setTextFormat (TQt::PlainText); |
