From 157428a666b2a2f46481e8267a744db42924ca88 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Thu, 3 Jan 2013 20:39:39 +0100 Subject: [PATCH] Fix KDE < 4.7 compilation --- src/recmonitor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index 6fbab099..b0a72c94 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -233,7 +233,9 @@ void RecMonitor::slotVideoDeviceChanged(int ix) { QString capturefile; QString capturename; +#if KDE_IS_VERSION(4,7,0) m_infoMessage->animatedHide(); +#endif m_previewSettings->setEnabled(ix == VIDEO4LINUX || ix == BLACKMAGIC); control_frame->setVisible(ix == VIDEO4LINUX); m_playAction->setVisible(ix != SCREENGRAB); -- 2.39.2