SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kbstateapplet / kdeexportfix.h
blob990c6bffabb197c7703dab4421adb06515c67492
1 /***************************************************** vim:set ts=4 sw=4 sts=4:
2 kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
3 by undefining it.
4 -------------------
5 Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
6 -------------------
7 Original author: Gary Cramblitt <garycramblitt@comcast.net>
8 ******************************************************************************/
10 /***************************************************************************
11 * *
12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; version 2 of the License. *
15 * *
16 ***************************************************************************/
18 #ifndef KDEEXPORTFIX_H
19 #define KDEEXPORTFIX_H
21 #include <kdeversion.h>
22 #if KDE_VERSION < KDE_MAKE_VERSION (3,3,2)
23 #undef KDE_EXPORT
24 #define KDE_EXPORT
25 #endif
27 #endif // KDEEXPORTFIX_H