summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/mhtml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:29:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:29:09 -0600
commitddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch)
treecbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /tdefile-plugins/mhtml
parent84e0480c017e85530f4862f6f32e710e8f389c6b (diff)
downloadtdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz
tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins/mhtml')
-rw-r--r--tdefile-plugins/mhtml/tdefile_mhtml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/mhtml/tdefile_mhtml.h b/tdefile-plugins/mhtml/tdefile_mhtml.h
index 50e1231..660bee9 100644
--- a/tdefile-plugins/mhtml/tdefile_mhtml.h
+++ b/tdefile-plugins/mhtml/tdefile_mhtml.h
@@ -19,8 +19,8 @@
***************************************************************************/
-#ifndef __KFILE_MHTML_H__
-#define __KFILE_MHTML_H__
+#ifndef __TDEFILE_MHTML_H__
+#define __TDEFILE_MHTML_H__
/**
* Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h>
@@ -42,5 +42,5 @@ private:
TQString decodeRFC2047String(const TQString &msg);
};
-#endif // __KFILE_MHTML_H__
+#endif // __TDEFILE_MHTML_H__