]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
Drop support for KDE 4.3.
[kdenlive] / src / recmonitor.h
index fe1d90fb2fb0bd3611ebcc83fcabbf232ae7b574..ec25a73c556d681beb9aa871d596ee447a0eb5dd 100644 (file)
@@ -41,9 +41,7 @@
 #include <kdeversion.h>
 #include <KComboBox>
 
-#if KDE_IS_VERSION(4,2,0)
 #include <kcapacitybar.h>
-#endif
 
 class MonitorManager;
 class MltDeviceCapture;
@@ -76,10 +74,8 @@ private:
     KComboBox m_logger;
     QString m_capturePath;
 
-#if KDE_IS_VERSION(4,2,0)
     KCapacityBar *m_freeSpace;
     QTimer m_spaceTimer;
-#endif
 
     KUrl m_captureFile;
     KIcon m_playIcon;