add more spacing
[personal-kdebase.git] / workspace / plasma / applets / system-monitor / sm_export.h
blobf0bce1962b9eb441303955f8cb56f92059fe7f26
1 #ifndef SM_EXPORT_H
2 #define SM_EXPORT_H
4 /* needed for KDE_EXPORT and KDE_IMPORT macros */
5 #include <kdemacros.h>
7 #ifndef SM_EXPORT
8 # if defined(MAKE_PLASMA_APPLET_SYSTEM_MONITOR_LIB)
9 /* We are building this library */
10 # define SM_EXPORT KDE_EXPORT
11 # else
12 /* We are using this library */
13 # define SM_EXPORT KDE_IMPORT
14 # endif
15 #endif
17 # ifndef SM_EXPORT_DEPRECATED
18 # define SM_EXPORT_DEPRECATED KDE_DEPRECATED SM_EXPORT
19 # endif
21 #endif