From bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:31:45 -0600 Subject: Rename a few build variables for overall consistency --- tdeio/misc/tdefile/fileprops.cpp | 4 ++-- tdeio/misc/tdefile/fileprops.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tdeio/misc') diff --git a/tdeio/misc/tdefile/fileprops.cpp b/tdeio/misc/tdefile/fileprops.cpp index bb209fbc0..21f50cbcd 100644 --- a/tdeio/misc/tdefile/fileprops.cpp +++ b/tdeio/misc/tdefile/fileprops.cpp @@ -30,7 +30,7 @@ #include "fileprops.h" -#define KFILEVERSION "0.2" +#define TDEFILEVERSION "0.2" #define INDENT "\t" using namespace std; @@ -407,7 +407,7 @@ static void processMetaDataOptions( const TQPtrList propList, int main( int argc, char **argv ) { TDEAboutData about( - "tdefile", I18N_NOOP( "tdefile" ), KFILEVERSION, + "tdefile", I18N_NOOP( "tdefile" ), TDEFILEVERSION, I18N_NOOP("A commandline tool to read and modify metadata of files." ), TDEAboutData::License_LGPL, "(c) 2002, Carsten Pfeiffer", 0 /*text*/, "http://devel-home.kde.org/~pfeiffer/", diff --git a/tdeio/misc/tdefile/fileprops.h b/tdeio/misc/tdefile/fileprops.h index 45a79239d..1be11782a 100644 --- a/tdeio/misc/tdefile/fileprops.h +++ b/tdeio/misc/tdefile/fileprops.h @@ -16,8 +16,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KFILEPROPS_H -#define KFILEPROPS_H +#ifndef TDEFILEPROPS_H +#define TDEFILEPROPS_H #include @@ -71,4 +71,4 @@ private: }; -#endif // KFILEPROPS_H +#endif // TDEFILEPROPS_H -- cgit v1.2.1