diff options
Diffstat (limited to 'tdecore/tdeglobal.h')
-rw-r--r-- | tdecore/tdeglobal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdeglobal.h b/tdecore/tdeglobal.h index a1a8114be..b5fddb834 100644 --- a/tdecore/tdeglobal.h +++ b/tdecore/tdeglobal.h @@ -15,8 +15,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KGLOBAL_H -#define _KGLOBAL_H +#ifndef _TDEGLOBAL_H +#define _TDEGLOBAL_H #include "tdelibs_export.h" #include <kinstance.h> // KDE4: class TDEInstance is enough here @@ -247,5 +247,5 @@ int TDECORE_EXPORT kasciistricmp( const char *str1, const char *str2 ); * KDE environment. */ -#endif // _KGLOBAL_H +#endif // _TDEGLOBAL_H |