diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:46 -0600 |
commit | d479daee57f586dcd10d91270e0d1a8ebe41a494 (patch) | |
tree | c897877109e0485ec5688b4ddba67e1f5b7d6596 /kbstateapplet | |
parent | 9be0148e5b9e7cf1d791341c410b74b7b0c6f4c9 (diff) | |
download | tdeaccessibility-d479daee57f586dcd10d91270e0d1a8ebe41a494.tar.gz tdeaccessibility-d479daee57f586dcd10d91270e0d1a8ebe41a494.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kbstateapplet')
-rw-r--r-- | kbstateapplet/kdeexportfix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbstateapplet/kdeexportfix.h b/kbstateapplet/kdeexportfix.h index 172dd94..af01c25 100644 --- a/kbstateapplet/kdeexportfix.h +++ b/kbstateapplet/kdeexportfix.h @@ -16,7 +16,7 @@ ***************************************************************************/ #include <kdeversion.h> -#if KDE_VERSION < KDE_MAKE_VERSION (3,3,2) +#if TDE_VERSION < KDE_MAKE_VERSION (3,3,2) #undef KDE_EXPORT #define KDE_EXPORT #endif |