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/kmplayervdr.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/kmplayervdr.cpp')
| -rw-r--r-- | src/kmplayervdr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 <kiconloader.h> #include <tdelistview.h> #include <tdeversion.h> -#if KDE_IS_VERSION(3, 1, 90) #include <kinputdialog.h> -#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) { |
