-/*
- This file is part of libkdeedu.
- Copyright (c) 2006 Pino Toscano <toscano.pino@tiscali.it>
+/* This file is part of the KDE project
+ Copyright (C) 2007 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEEDU_EXTDATE_EXPORT_H
-#define KDEEDU_EXTDATE_EXPORT_H
+#ifndef LIBKDEEDU_EXTDATE_EXPORT_H
+#define LIBKDEEDU_EXTDATE_EXPORT_H
-/* needed for KDE_EXPORT macros */
+/* needed for KDE_EXPORT and KDE_IMPORT macros */
#include <kdemacros.h>
-#if defined Q_OS_WIN
-
#ifndef EXTDATE_EXPORT
-# ifdef MAKE_EXTDATE_LIB
+# if defined(MAKE_EXTDATE_LIB)
+ /* We are building this library */
# define EXTDATE_EXPORT KDE_EXPORT
# else
+ /* We are using this library */
# define EXTDATE_EXPORT KDE_IMPORT
# endif
#endif
-#else
-/* export statements for unix */
-#define EXTDATE_EXPORT KDE_EXPORT
-#endif
+# ifndef EXTDATE_EXPORT_DEPRECATED
+# define EXTDATE_EXPORT_DEPRECATED KDE_DEPRECATED EXTDATE_EXPORT
+# endif
#endif
-/*
- This file is part of libkdeedu.
- Copyright (c) 2006 Pino Toscano <toscano.pino@tiscali.it>
+/* This file is part of the KDE project
+ Copyright (C) 2007 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEEDU_UI_EXPORT_H
-#define KDEEDU_UI_EXPORT_H
+#ifndef LIBKDEEDU_UI_EXPORT_H
+#define LIBKDEEDU_UI_EXPORT_H
-/* needed for KDE_EXPORT macros */
+/* needed for KDE_EXPORT and KDE_IMPORT macros */
#include <kdemacros.h>
-#if defined Q_OS_WIN
-
#ifndef KDEEDUUI_EXPORT
-# ifdef MAKE_KDEEDUUI_LIB
+# if defined(MAKE_KDEEDUUI_LIB)
+ /* We are building this library */
# define KDEEDUUI_EXPORT KDE_EXPORT
# else
+ /* We are using this library */
# define KDEEDUUI_EXPORT KDE_IMPORT
# endif
#endif
-#else /* UNIX */
-/* export statements for unix */
-#define KDEEDUUI_EXPORT KDE_EXPORT
-#endif
+# ifndef KDEEDUUI_EXPORT_DEPRECATED
+# define KDEEDUUI_EXPORT_DEPRECATED KDE_DEPRECATED KDEEDUUI_EXPORT
+# endif
#endif
-/*
- This file is part of libkdeedu.
- Copyright (c) 2006 Pino Toscano <toscano.pino@tiscali.it>
+/* This file is part of the KDE project
+ Copyright (C) 2007 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Boston, MA 02110-1301, USA.
*/
-#ifndef KEDUVOCDOCUMENT_EXPORT_H
-#define KEDUVOCDOCUMENT_EXPORT_H
+#ifndef LIBKEDUVOCDOCUMENT_EXPORT_H
+#define LIBKEDUVOCDOCUMENT_EXPORT_H
-/* needed for KDE_EXPORT macros */
+/* needed for KDE_EXPORT and KDE_IMPORT macros */
#include <kdemacros.h>
-#if defined Q_OS_WIN
#ifndef KEDUVOCDOCUMENT_EXPORT
-# ifdef MAKE_KEDUVOCDOCUMENT_LIB
+# if defined(MAKE_KEDUVOCDOCUMENT_LIB)
+ /* We are building this library */
# define KEDUVOCDOCUMENT_EXPORT KDE_EXPORT
# else
+ /* We are using this library */
# define KEDUVOCDOCUMENT_EXPORT KDE_IMPORT
# endif
#endif
-#else /* UNIX */
-#define KEDUVOCDOCUMENT_EXPORT KDE_EXPORT
-#endif
+# ifndef KEDUVOCDOCUMENT_EXPORT_DEPRECATED
+# define KEDUVOCDOCUMENT_EXPORT_DEPRECATED KDE_DEPRECATED KEDUVOCDOCUMENT_EXPORT
+# endif
#endif
-/*
- This file is part of libkdeedu.
- Copyright (c) 2006 Pino Toscano <toscano.pino@tiscali.it>
+/* This file is part of the KDE project
+ Copyright (C) 2007 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEEDU_SCIENCE_EXPORT_H
-#define KDEEDU_SCIENCE_EXPORT_H
+#ifndef LIBKDEEDU_SCIENCE_EXPORT_H
+#define LIBKDEEDU_SCIENCE_EXPORT_H
-/* needed for KDE_EXPORT macros */
+/* needed for KDE_EXPORT and KDE_IMPORT macros */
#include <kdemacros.h>
-#if defined Q_OS_WIN
-
#ifndef SCIENCE_EXPORT
-# ifdef MAKE_SCIENCE_LIB
+# if defined(MAKE_SCIENCE_LIB)
+ /* We are building this library */
# define SCIENCE_EXPORT KDE_EXPORT
# else
+ /* We are using this library */
# define SCIENCE_EXPORT KDE_IMPORT
# endif
#endif
-#else
-/* export statements for unix */
-#define SCIENCE_EXPORT KDE_EXPORT
-#endif
+# ifndef SCIENCE_EXPORT_DEPRECATED
+# define SCIENCE_EXPORT_DEPRECATED KDE_DEPRECATED SCIENCE_EXPORT
+# endif
#endif