]> git.sesse.net Git - kdenlive/commitdiff
Fix compilation
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 7 Jan 2010 09:39:29 +0000 (09:39 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 7 Jan 2010 09:39:29 +0000 (09:39 +0000)
svn path=/trunk/kdenlive/; revision=4218

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