diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
commit | bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 (patch) | |
tree | 0296a0267e6e7d3308fb510ffbd307f0135d1287 /tdeio/misc/tdefile/fileprops.h | |
parent | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (diff) | |
download | tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.tar.gz tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdeio/misc/tdefile/fileprops.h')
-rw-r--r-- | tdeio/misc/tdefile/fileprops.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tqstring.h> @@ -71,4 +71,4 @@ private: }; -#endif // KFILEPROPS_H +#endif // TDEFILEPROPS_H |