]> Git trees. - libqmvoc.git/commitdiff
Update export file
authorLaurent Montel <montel@kde.org>
Sat, 11 Aug 2007 10:31:23 +0000 (10:31 +0000)
committerLaurent Montel <montel@kde.org>
Sat, 11 Aug 2007 10:31:23 +0000 (10:31 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=698869

extdate/libkdeedu_extdate_export.h
kdeeduui/libkdeedu_ui_export.h
keduvocdocument/libkeduvocdocument_export.h
libscience/libkdeedu_science_export.h

index fa5f6ee98d3de93d3a52b89c691c26be4cadb665..f0f8231e726f1715c941f0342af7e8f76d5ad9cf 100644 (file)
@@ -1,6 +1,5 @@
-/*
-    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
index d3446658077940f91c3f1ede5fc5202c61ad9e4d..cec014948d2e134e76bd811b2d861af58539d928 100644 (file)
@@ -1,6 +1,5 @@
-/*
-    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
index e95eead47b8a8b083ca4deb107dd94bff52badf1..2e000ed5fc4a714dfa72cd4a45a469955fdcf113 100644 (file)
@@ -1,6 +1,5 @@
-/*
-    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
index f7d77f72a95b4254a7dc14cb1122d9bf3724c7e9..e9343e5913ee02a7891aba1745380dd29dce5550 100644 (file)
@@ -1,6 +1,5 @@
-/*
-    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