kresources
kresources_export.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KRESOURCES_EXPORT_H
00022 #define KRESOURCES_EXPORT_H
00023
00024 #include <kdemacros.h>
00025
00026 #ifndef KRESOURCES_EXPORT
00027 # if defined(MAKE_KRESOURCES_LIB)
00028
00029 # define KRESOURCES_EXPORT KDE_EXPORT
00030 # else
00031
00032 # define KRESOURCES_EXPORT KDE_IMPORT
00033 # endif
00034 #endif
00035
00036 #ifndef KCM_KRESOURCES_EXPORT
00037 # if defined(MAKE_KCM_KRESOURCES_LIB)
00038
00039 # define KCM_KRESOURCES_EXPORT KDE_EXPORT
00040 # else
00041
00042 # define KCM_KRESOURCES_EXPORT KDE_IMPORT
00043 # endif
00044 #endif
00045
00046 # ifndef KRESOURCES_EXPORT_DEPRECATED
00047 # define KRESOURCES_EXPORT_DEPRECATED KDE_DEPRECATED KRESOURCES_EXPORT
00048 # endif
00049 # ifndef KCM_KRESOURCES_EXPORT_DEPRECATED
00050 # define KCM_KRESOURCES_EXPORT_DEPRECATED KDE_DEPRECATED KCM_KRESOURCES_EXPORT
00051 # endif
00052
00053 #endif