summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
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
parent84e0480c017e85530f4862f6f32e710e8f389c6b (diff)
downloadtdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz
tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/cert/tdefile_cert.h6
-rw-r--r--tdefile-plugins/desktop/tdefile_desktop.h4
-rw-r--r--tdefile-plugins/folder/tdefile_folder.h4
-rw-r--r--tdefile-plugins/lnk/tdefile_lnk.h6
-rw-r--r--tdefile-plugins/mhtml/tdefile_mhtml.h6
-rw-r--r--tdefile-plugins/txt/tdefile_txt.h4
6 files changed, 15 insertions, 15 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__
diff --git a/tdefile-plugins/desktop/tdefile_desktop.h b/tdefile-plugins/desktop/tdefile_desktop.h
index b6d0104..1abd40a 100644
--- a/tdefile-plugins/desktop/tdefile_desktop.h
+++ b/tdefile-plugins/desktop/tdefile_desktop.h
@@ -17,8 +17,8 @@
*
*/
-#ifndef __KFILE_DESKTOP_H__
-#define __KFILE_DESKTOP_H__
+#ifndef __TDEFILE_DESKTOP_H__
+#define __TDEFILE_DESKTOP_H__
#include <tdefilemetainfo.h>
#include <kurl.h>
diff --git a/tdefile-plugins/folder/tdefile_folder.h b/tdefile-plugins/folder/tdefile_folder.h
index 8fe7e94..f137f82 100644
--- a/tdefile-plugins/folder/tdefile_folder.h
+++ b/tdefile-plugins/folder/tdefile_folder.h
@@ -17,8 +17,8 @@
*
*/
-#ifndef __KFILE_KFOLDER_H__
-#define __KFILE_KFOLDER_H__
+#ifndef __TDEFILE_KFOLDER_H__
+#define __TDEFILE_KFOLDER_H__
#include <tdefilemetainfo.h>
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__
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__
diff --git a/tdefile-plugins/txt/tdefile_txt.h b/tdefile-plugins/txt/tdefile_txt.h
index 86e80cc..df97bec 100644
--- a/tdefile-plugins/txt/tdefile_txt.h
+++ b/tdefile-plugins/txt/tdefile_txt.h
@@ -17,8 +17,8 @@
*
*/
-#ifndef __KFILE_TXT_H_
-#define __KFILE_TXT_H_
+#ifndef __TDEFILE_TXT_H_
+#define __TDEFILE_TXT_H_
#include <tdefilemetainfo.h>