From 3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:33:25 -0600 Subject: Rename a few build variables for overall consistency --- languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h') diff --git a/languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h b/languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h index 96fcaf0d..7397dafc 100644 --- a/languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h +++ b/languages/cpp/app_templates/tdefileplugin/tdefile_plugin.h @@ -1,7 +1,7 @@ %{H_TEMPLATE} -#ifndef __KFILE_%{APPNAMEUC}_H__ -#define __KFILE_%{APPNAMEUC}_H__ +#ifndef __TDEFILE_%{APPNAMEUC}_H__ +#define __TDEFILE_%{APPNAMEUC}_H__ /** * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h> @@ -21,5 +21,5 @@ public: virtual bool readInfo( KFileMetaInfo& info, uint what); }; -#endif // __KFILE_%{APPNAMEUC}_H__ +#endif // __TDEFILE_%{APPNAMEUC}_H__ -- cgit v1.2.1