From 5cc165ebc6c12a646129de53a3a43ae9f42eb3d1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Thu, 7 Jan 2010 09:39:29 +0000 Subject: [PATCH] Fix compilation svn path=/trunk/kdenlive/; revision=4218 --- src/KoSliderCombo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/KoSliderCombo.h b/src/KoSliderCombo.h index 557cb372..52fcae84 100644 --- a/src/KoSliderCombo.h +++ b/src/KoSliderCombo.h @@ -22,7 +22,6 @@ #include -#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 -- 2.39.2