diff options
Diffstat (limited to 'kbabel/addons')
-rw-r--r-- | kbabel/addons/tdefile-plugins/tdefile_po.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/addons/tdefile-plugins/tdefile_po.h b/kbabel/addons/tdefile-plugins/tdefile_po.h index 75ed429b..e1d449ae 100644 --- a/kbabel/addons/tdefile-plugins/tdefile_po.h +++ b/kbabel/addons/tdefile-plugins/tdefile_po.h @@ -29,8 +29,8 @@ */ -#ifndef KFILE_PO_H -#define KFILE_PO_H +#ifndef TDEFILE_PO_H +#define TDEFILE_PO_H #include <tdefilemetainfo.h> @@ -47,4 +47,4 @@ class KPoPlugin : public KFilePlugin virtual bool readInfo(KFileMetaInfo& info, uint); }; -#endif // KFILE_PO_H +#endif // TDEFILE_PO_H |