kresources
21 #ifndef KCMKRESOURCES_EXPORT_H
22 #define KCMKRESOURCES_EXPORT_H
24 #include <kdemacros.h>
26 #ifndef KCM_KRESOURCES_EXPORT
27 # if defined(KDEPIM_STATIC_LIBS)
29 # define KCM_KRESOURCES_EXPORT
30 # elif defined(MAKE_KCM_KRESOURCES_LIB)
32 # define KCM_KRESOURCES_EXPORT KDE_EXPORT
35 # define KCM_KRESOURCES_EXPORT KDE_IMPORT
39 #ifndef KCM_KRESOURCES_EXPORT_DEPRECATED
40 # if !defined( WANT_DEPRECATED_KRESOURCE_API )
41 # define KCM_KRESOURCES_EXPORT_DEPRECATED KDE_DEPRECATED KCM_KRESOURCES_EXPORT
42 # define KCM_KRESOURCES_DEPRECATED_EXPORT KDE_DEPRECATED KCM_KRESOURCES_EXPORT
43 # define KCM_KRESOURCES_DEPRECATED KDE_DEPRECATED
45 # define KCM_KRESOURCES_EXPORT_DEPRECATED KCM_KRESOURCES_EXPORT
46 # define KCM_KRESOURCES_DEPRECATED_EXPORT KCM_KRESOURCES_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.