diff options
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) { |
