Remove header (need to port it)
[kdeaccessibility.git] / kbstateapplet / kdeexportfix.h
blob172dd945560b60db02cca1aa11e4727fb24753d1
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 #include <kdeversion.h>
19 #if KDE_VERSION < KDE_MAKE_VERSION (3,3,2)
20 #undef KDE_EXPORT
21 #define KDE_EXPORT
22 #endif