summaryrefslogtreecommitdiffstats
path: root/kbstateapplet
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:22 -0600
commit96900aaa4094c012cea79188225fd1e1d43f5ce7 (patch)
tree3f50c9404193498dab310e10d6b57830bf7eeb49 /kbstateapplet
parentd479daee57f586dcd10d91270e0d1a8ebe41a494 (diff)
downloadtdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.tar.gz
tdeaccessibility-96900aaa4094c012cea79188225fd1e1d43f5ce7.zip
Additional renaming of kde to tde
Diffstat (limited to 'kbstateapplet')
-rw-r--r--kbstateapplet/kdeexportfix.h4
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