diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
commit | ddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch) | |
tree | cbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /tdefile-plugins/cert | |
parent | 84e0480c017e85530f4862f6f32e710e8f389c6b (diff) | |
download | tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins/cert')
-rw-r--r-- | tdefile-plugins/cert/tdefile_cert.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/cert/tdefile_cert.h b/tdefile-plugins/cert/tdefile_cert.h index 4d3b93b..1a508aa 100644 --- a/tdefile-plugins/cert/tdefile_cert.h +++ b/tdefile-plugins/cert/tdefile_cert.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef __KFILE_CERT_H__ -#define __KFILE_CERT_H__ +#ifndef __TDEFILE_CERT_H__ +#define __TDEFILE_CERT_H__ /** * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h> @@ -39,5 +39,5 @@ public: virtual bool readInfo(KFileMetaInfo& info, uint what); }; -#endif // __KFILE_CERT_H__ +#endif // __TDEFILE_CERT_H__ |