summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:22:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:22:43 -0600
commit5cba27652d2c311bc4ef391e0db292646d617179 (patch)
tree71ae5aff1ea20f245eeeba0c7a1ebe59e45b9fdc /tools
parent1cc2d9ab46ac8c133f5c7959ee1af470bb971d28 (diff)
downloadkoffice-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.h4
-rw-r--r--tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h4
-rw-r--r--tools/tdefile-plugins/koffice/tdefile_koffice.h4
-rw-r--r--tools/tdefile-plugins/ooo/tdefile_ooo.h4
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 0b09acb84..524996a0f 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 c48c08abb..4340f9183 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 9ac501787..2dbe70253 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 9cb9f12ae..4f3b90f3d 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>