kresources_export.h

00001 /*
00002   This file is part of the kresources library.
00003   Copyright (c) 2006 Allen Winter <winter@kde.org>
00004 
00005   This library is free software; you can redistribute it and/or
00006   modify it under the terms of the GNU Library General Public
00007   License as published by the Free Software Foundation; either
00008   version 2 of the License, or (at your option) any later version.
00009 
00010   This library is distributed in the hope that it will be useful,
00011   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013   Library General Public License for more details.
00014 
00015   You should have received a copy of the GNU Library General Public License
00016   along with this library; see the file COPYING.LIB.  If not, write to
00017   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018   Boston, MA 02110-1301, USA.
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    /* We are building this library */
00029 #  define KRESOURCES_EXPORT KDE_EXPORT
00030 # else
00031    /* We are using this library */
00032 #  define KRESOURCES_EXPORT KDE_IMPORT
00033 # endif
00034 #endif
00035 
00036 #ifndef KCM_KRESOURCES_EXPORT
00037 # if defined(MAKE_KCM_KRESOURCES_LIB)
00038    /* We are building this library */
00039 #  define KCM_KRESOURCES_EXPORT KDE_EXPORT
00040 # else
00041    /* We are using this library */
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
KDE Home | KDE Accessibility Home | Description of Access Keys