SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kttsd / libkttsd / kdeexportfix.h
blob43a5d3cffa124b38c3ced09d4eb60dc4dc109b16
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 or *
15 * (at your option) version 3. *
16 * *
17 ***************************************************************************/
19 #ifndef KDEEXPORTFIX_H
20 #define KDEEXPORTFIX_H
22 #include <kdeversion.h>
23 #if KDE_VERSION < KDE_MAKE_VERSION (3,3,2)
24 #undef KDE_EXPORT
25 #define KDE_EXPORT
26 #endif
28 #endif // KDEEXPORTFIX_H