diff options
| -rw-r--r-- | sigbattle/Global.h | 2 | ||||
| -rw-r--r-- | sigcore/Global.h | 2 | ||||
| -rw-r--r-- | sigencore/Global.h | 2 | ||||
| -rw-r--r-- | sigmod/Global.h | 2 | ||||
| -rw-r--r-- | sigmodr/corewidgets/Global.h | 2 | ||||
| -rw-r--r-- | sigmodr/tree/Global.h | 4 | ||||
| -rw-r--r-- | sigmodr/widgets/Global.h | 2 | ||||
| -rw-r--r-- | signet/Global.h | 2 | ||||
| -rw-r--r-- | sigscript/Global.h | 2 | ||||
| -rw-r--r-- | sigworld/Global.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/sigbattle/Global.h b/sigbattle/Global.h index f0e74d62..35a32757 100644 --- a/sigbattle/Global.h +++ b/sigbattle/Global.h @@ -27,7 +27,7 @@ # else # define SIGBATTLE_EXPORT KDE_IMPORT # endif -# define SIGBATTLE_IMPORT KDE_IMPORT +# define SIGBATTLE_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGBATTLE_EXPORT_DEPRECATED diff --git a/sigcore/Global.h b/sigcore/Global.h index 589aaabc..c57b7e23 100644 --- a/sigcore/Global.h +++ b/sigcore/Global.h @@ -31,7 +31,7 @@ # else # define SIGCORE_EXPORT KDE_IMPORT /// Import the symbol if including the library. # endif -# define SIGCORE_IMPORT KDE_IMPORT +# define SIGCORE_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGCORE_EXPORT_DEPRECATED diff --git a/sigencore/Global.h b/sigencore/Global.h index efa47da6..d8e6e30f 100644 --- a/sigencore/Global.h +++ b/sigencore/Global.h @@ -27,7 +27,7 @@ # else # define SIGENCORE_EXPORT KDE_IMPORT # endif -# define SIGENCORE_IMPORT KDE_IMPORT +# define SIGENCORE_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGENCORE_EXPORT_DEPRECATED diff --git a/sigmod/Global.h b/sigmod/Global.h index 2ce04deb..d9614bea 100644 --- a/sigmod/Global.h +++ b/sigmod/Global.h @@ -32,7 +32,7 @@ # else # define SIGMOD_EXPORT KDE_IMPORT /// Import the symbol if including the library. # endif -# define SIGMOD_IMPORT KDE_IMPORT +# define SIGMOD_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMOD_EXPORT_DEPRECATED diff --git a/sigmodr/corewidgets/Global.h b/sigmodr/corewidgets/Global.h index 4a0dce40..af701933 100644 --- a/sigmodr/corewidgets/Global.h +++ b/sigmodr/corewidgets/Global.h @@ -27,7 +27,7 @@ # else # define SIGMODRCOREWIDGETS_EXPORT KDE_IMPORT # endif -# define SIGMODRCOREWIDGETS_IMPORT KDE_IMPORT +# define SIGMODRCOREWIDGETS_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMODRCOREWIDGETS_EXPORT_DEPRECATED diff --git a/sigmodr/tree/Global.h b/sigmodr/tree/Global.h index 37b23986..83bd1ca8 100644 --- a/sigmodr/tree/Global.h +++ b/sigmodr/tree/Global.h @@ -25,9 +25,9 @@ # ifdef MAKE_SIGMODRTREE_LIB # define SIGMODRTREE_EXPORT KDE_EXPORT # else -# define SIGMODRTREE_EXPORT KDE_IMPORT +# define SIGMODRTREE_EXPORT KDE_NO_EXPORT # endif -# define SIGMODRTREE_IMPORT KDE_IMPORT +# define SIGMODRTREE_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMODRTREE_EXPORT_DEPRECATED diff --git a/sigmodr/widgets/Global.h b/sigmodr/widgets/Global.h index 3eb44de4..34e8d77b 100644 --- a/sigmodr/widgets/Global.h +++ b/sigmodr/widgets/Global.h @@ -27,7 +27,7 @@ # else # define SIGMODRWIDGETS_EXPORT KDE_IMPORT # endif -# define SIGMODRWIDGETS_IMPORT KDE_IMPORT +# define SIGMODRWIDGETS_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMODRWIDGETS_EXPORT_DEPRECATED diff --git a/signet/Global.h b/signet/Global.h index f24a3562..a82b0b55 100644 --- a/signet/Global.h +++ b/signet/Global.h @@ -27,7 +27,7 @@ # else # define SIGNET_EXPORT KDE_IMPORT # endif -# define SIGNET_IMPORT KDE_IMPORT +# define SIGNET_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGNET_EXPORT_DEPRECATED diff --git a/sigscript/Global.h b/sigscript/Global.h index 4483e0b5..1f1807c1 100644 --- a/sigscript/Global.h +++ b/sigscript/Global.h @@ -27,7 +27,7 @@ # else # define SIGSCRIPT_EXPORT KDE_IMPORT # endif -# define SIGSCRIPT_IMPORT KDE_IMPORT +# define SIGSCRIPT_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGSCRIPT_EXPORT_DEPRECATED diff --git a/sigworld/Global.h b/sigworld/Global.h index c50c5c40..d1a326eb 100644 --- a/sigworld/Global.h +++ b/sigworld/Global.h @@ -27,7 +27,7 @@ # else # define SIGWORLD_EXPORT KDE_IMPORT # endif -# define SIGWORLD_IMPORT KDE_IMPORT +# define SIGWORLD_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGWORLD_EXPORT_DEPRECATED |
