diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:39:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:39:34 -0600 |
commit | eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd (patch) | |
tree | b9ff8c91d3bebf0d3684f73b6a1fda607701b965 /kdecompat.h | |
parent | db2f713d0a0aaa32f8aa4d1fb05a0569c2f1e9d6 (diff) | |
download | kmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.tar.gz kmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kdecompat.h')
-rw-r--r-- | kdecompat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecompat.h b/kdecompat.h index 11766eb..90f443a 100644 --- a/kdecompat.h +++ b/kdecompat.h @@ -17,7 +17,7 @@ #ifndef _KDECOMPAT_H #define _KDECOMPAT_H -#include <kdeversion.h> +#include <tdeversion.h> #ifndef KDE_MAKE_VERSION #define KDE_MAKE_VERSION(a,b,c) (((a)<<16) | ((b)<<8) | (c)) |