]> git.sesse.net Git - kdenlive/blobdiff - src/KoSliderCombo.h
Fix compilation
[kdenlive] / src / KoSliderCombo.h
index 557cb3726f9dd9ac31646c6eb0d5b2903db4cef1..52fcae84a2f9a06167cb30199271aee530d4c38e 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <QComboBox>
 
-#include "kowidgets_export.h"
 
 /**
  * @short A widget for qreal values with a popup slider
@@ -38,7 +37,7 @@
  * 
  * The input of the numerical line edit is constrained to numbers and decimal signs.
  */
-class KOWIDGETS_EXPORT KoSliderCombo : public QComboBox
+class KoSliderCombo : public QComboBox
 {
 
     Q_OBJECT