diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:22:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:22:43 -0600 |
commit | 5cba27652d2c311bc4ef391e0db292646d617179 (patch) | |
tree | 71ae5aff1ea20f245eeeba0c7a1ebe59e45b9fdc /tools | |
parent | 1cc2d9ab46ac8c133f5c7959ee1af470bb971d28 (diff) | |
download | koffice-5cba27652d2c311bc4ef391e0db292646d617179.tar.gz koffice-5cba27652d2c311bc4ef391e0db292646d617179.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tdefile-plugins/abiword/tdefile_abiword.h | 4 | ||||
-rw-r--r-- | tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h | 4 | ||||
-rw-r--r-- | tools/tdefile-plugins/koffice/tdefile_koffice.h | 4 | ||||
-rw-r--r-- | tools/tdefile-plugins/ooo/tdefile_ooo.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tools/tdefile-plugins/abiword/tdefile_abiword.h b/tools/tdefile-plugins/abiword/tdefile_abiword.h index 0b09acb8..524996a0 100644 --- a/tools/tdefile-plugins/abiword/tdefile_abiword.h +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_ABIWORD_H__ -#define __KFILE_ABIWORD_H__ +#ifndef __TDEFILE_ABIWORD_H__ +#define __TDEFILE_ABIWORD_H__ #include <tdefilemetainfo.h> diff --git a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h index c48c08ab..4340f918 100644 --- a/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_GNUMERIC_H__ -#define __KFILE_GNUMERIC_H__ +#ifndef __TDEFILE_GNUMERIC_H__ +#define __TDEFILE_GNUMERIC_H__ #include <tdefilemetainfo.h> diff --git a/tools/tdefile-plugins/koffice/tdefile_koffice.h b/tools/tdefile-plugins/koffice/tdefile_koffice.h index 9ac50178..2dbe7025 100644 --- a/tools/tdefile-plugins/koffice/tdefile_koffice.h +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_KOFFICE_H__ -#define __KFILE_KOFFICE_H__ +#ifndef __TDEFILE_KOFFICE_H__ +#define __TDEFILE_KOFFICE_H__ #include <tdefilemetainfo.h> diff --git a/tools/tdefile-plugins/ooo/tdefile_ooo.h b/tools/tdefile-plugins/ooo/tdefile_ooo.h index 9cb9f12a..4f3b90f3 100644 --- a/tools/tdefile-plugins/ooo/tdefile_ooo.h +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_OOO_H__ -#define __KFILE_OOO_H__ +#ifndef __TDEFILE_OOO_H__ +#define __TDEFILE_OOO_H__ #include <tdefilemetainfo.h> #include <tqiodevice.h> |