diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:30 -0600 |
commit | 8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a (patch) | |
tree | 32f637246a26cbd9f49a9b6d907d8aaa85953a58 /tdefile-plugins | |
parent | b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8 (diff) | |
download | tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.tar.gz tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/ics/tdefile_ics.h | 4 | ||||
-rw-r--r-- | tdefile-plugins/palm-databases/tdefile_palm.h | 4 | ||||
-rw-r--r-- | tdefile-plugins/rfc822/tdefile_rfc822.h | 4 | ||||
-rw-r--r-- | tdefile-plugins/vcf/tdefile_vcf.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tdefile-plugins/ics/tdefile_ics.h b/tdefile-plugins/ics/tdefile_ics.h index 9f4a897eb..756a11bec 100644 --- a/tdefile-plugins/ics/tdefile_ics.h +++ b/tdefile-plugins/ics/tdefile_ics.h @@ -17,8 +17,8 @@ * */ -#ifndef KFILE_ICS_H -#define KFILE_ICS_H +#ifndef TDEFILE_ICS_H +#define TDEFILE_ICS_H #include <tdefilemetainfo.h> diff --git a/tdefile-plugins/palm-databases/tdefile_palm.h b/tdefile-plugins/palm-databases/tdefile_palm.h index d566d5fcf..22124aa79 100644 --- a/tdefile-plugins/palm-databases/tdefile_palm.h +++ b/tdefile-plugins/palm-databases/tdefile_palm.h @@ -19,8 +19,8 @@ * */ -#ifndef __KFILE_PALM_H__ -#define __KFILE_PALM_H__ +#ifndef __TDEFILE_PALM_H__ +#define __TDEFILE_PALM_H__ #include <tdefilemetainfo.h> diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.h b/tdefile-plugins/rfc822/tdefile_rfc822.h index e43948a98..c8f3f2f8d 100644 --- a/tdefile-plugins/rfc822/tdefile_rfc822.h +++ b/tdefile-plugins/rfc822/tdefile_rfc822.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_RFC822_H__ -#define __KFILE_RFC822_H__ +#ifndef __TDEFILE_RFC822_H__ +#define __TDEFILE_RFC822_H__ #include <tdefilemetainfo.h> diff --git a/tdefile-plugins/vcf/tdefile_vcf.h b/tdefile-plugins/vcf/tdefile_vcf.h index 19866d8b8..de5243e19 100644 --- a/tdefile-plugins/vcf/tdefile_vcf.h +++ b/tdefile-plugins/vcf/tdefile_vcf.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_VCF_H__ -#define __KFILE_VCF_H__ +#ifndef __TDEFILE_VCF_H__ +#define __TDEFILE_VCF_H__ #include <tdefilemetainfo.h> |