diff options
Diffstat (limited to 'kmail/kleo_util.h')
-rw-r--r-- | kmail/kleo_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kleo_util.h b/kmail/kleo_util.h index 7cf11ebdc..663f0b634 100644 --- a/kmail/kleo_util.h +++ b/kmail/kleo_util.h @@ -29,8 +29,8 @@ your version. */ -#ifndef __KDEPIM_KMAIL_KLEO_UTIL_H__ -#define __KDEPIM_KMAIL_KLEO_UTIL_H__ +#ifndef __TDEPIM_KMAIL_KLEO_UTIL_H__ +#define __TDEPIM_KMAIL_KLEO_UTIL_H__ #include <kleo/enum.h> @@ -85,4 +85,4 @@ static inline bool containsOpenPGP( unsigned int f ) { return f & (Kleo::OpenPGPMIMEFormat|Kleo::InlineOpenPGPFormat) ; } -#endif // __KDEPIM_KMAIL_KLEO_UTIL_H__ +#endif // __TDEPIM_KMAIL_KLEO_UTIL_H__ |