diff options
Diffstat (limited to 'kbstateapplet')
-rw-r--r-- | kbstateapplet/kdeexportfix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbstateapplet/kdeexportfix.h b/kbstateapplet/kdeexportfix.h index af01c25..ff5b9be 100644 --- a/kbstateapplet/kdeexportfix.h +++ b/kbstateapplet/kdeexportfix.h @@ -1,5 +1,5 @@ /***************************************************** vim:set ts=4 sw=4 sts=4: - kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this + tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this by undefining it. ------------------- Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net> @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <kdeversion.h> +#include <tdeversion.h> #if TDE_VERSION < KDE_MAKE_VERSION (3,3,2) #undef KDE_EXPORT #define KDE_EXPORT |