From 43697f9e66fa3d2f8bee378dc4e66dd21fba863d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:00:36 -0500 Subject: [PATCH] Fix inadvertent "TQ" changes. --- kontact_plugin/uniqueapphandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index 3882cd7..c02c114 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KONTACT_UNITQUEAPPHANDLER_H -#define KONTACT_UNITQUEAPPHANDLER_H +#ifndef KONTACT_UNIQUEAPPHANDLER_H +#define KONTACT_UNIQUEAPPHANDLER_H #include #include @@ -118,4 +118,4 @@ class KDE_EXPORT UniqueAppWatcher : public TQObject } // namespace -#endif /* KONTACT_UNITQUEAPPHANDLER_H */ +#endif /* KONTACT_UNIQUEAPPHANDLER_H */