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