From e866da8c31fa01c6ba29a9323cd7f4a6d926b426 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 8 May 2006 16:19:03 +0000 Subject: [PATCH] Fix export svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=538695 --- extdate/extdatetimeedit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extdate/extdatetimeedit.h b/extdate/extdatetimeedit.h index 09bf784..847ad57 100644 --- a/extdate/extdatetimeedit.h +++ b/extdate/extdatetimeedit.h @@ -53,8 +53,9 @@ #include #include #include "extdatetime.h" +#include -class ExtDateEdit : public QSpinBox { +class KDE_EXPORT ExtDateEdit : public QSpinBox { Q_OBJECT public: @@ -246,7 +247,7 @@ class ExtDateEdit : public QSpinBox { *@author Jason Harris *@version 1.0 */ -class ExtDateTimeEdit : public QFrame { +class KDE_EXPORT ExtDateTimeEdit : public QFrame { Q_OBJECT public: -- 2.47.3