diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:46:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:46:22 -0600 |
commit | 96900aaa4094c012cea79188225fd1e1d43f5ce7 (patch) | |
tree | 3f50c9404193498dab310e10d6b57830bf7eeb49 /ksayit/KTTSD_Lib/kdeexportfix.h | |
parent | d479daee57f586dcd10d91270e0d1a8ebe41a494 (diff) | |
download | tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.tar.gz tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.zip |
Additional renaming of kde to tde
Diffstat (limited to 'ksayit/KTTSD_Lib/kdeexportfix.h')
-rw-r--r-- | ksayit/KTTSD_Lib/kdeexportfix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/KTTSD_Lib/kdeexportfix.h b/ksayit/KTTSD_Lib/kdeexportfix.h index af01c25..ff5b9be 100644 --- a/ksayit/KTTSD_Lib/kdeexportfix.h +++ b/ksayit/KTTSD_Lib/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 |