From e3fd6cf415c0b22b7ad86f8137c2dd71d6f6f917 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Mar 2026 11:58:29 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/kmplayervdr.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/kmplayervdr.cpp') diff --git a/src/kmplayervdr.cpp b/src/kmplayervdr.cpp index 0a57e0a..0ad2b59 100644 --- a/src/kmplayervdr.cpp +++ b/src/kmplayervdr.cpp @@ -53,9 +53,7 @@ #include #include #include -#if KDE_IS_VERSION(3, 1, 90) #include -#endif #include "kmplayer_backend_stub.h" #include "kmplayer_callback.h" @@ -490,11 +488,9 @@ TDE_NO_EXPORT void KMPlayerVDRSource::sendCommand () { } TDE_NO_EXPORT void KMPlayerVDRSource::customCmd () { -#if KDE_IS_VERSION(3, 1, 90) TQString cmd = KInputDialog::getText (i18n ("Custom VDR command"), i18n ("You can pass commands to VDR.\nEnter 'HELP' to see a list of available commands.\nYou can see VDR response in the console window.\n\nVDR Command:"), TQString(), 0, m_player->view ()); if (!cmd.isEmpty ()) queueCommand (TQString (cmd + TQChar ('\n')).local8Bit ()); -#endif } TDE_NO_EXPORT void KMPlayerVDRSource::timerEvent (TQTimerEvent * e) { -- cgit v1.2.3