From 46aa37908ae18b65ff44f997f3285462e2694c9d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:26:43 -0500 Subject: Fix inadvertent "TQ" changes. (cherry picked from commit b5528c18eb8080cdf8aad4e0357e337b3d8a5f96) --- lib/cppparser/ast.h | 2 +- lib/interfaces/extensions/kdevquickopen.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index c11fffeb..ed845aac 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -183,7 +183,7 @@ enum NodeType TQString nodeTypeToString( int type ); -#if defined(CPPPARSER_TQUICK_ALLOCATOR) +#if defined(CPPPARSER_QUICK_ALLOCATOR) #include diff --git a/lib/interfaces/extensions/kdevquickopen.h b/lib/interfaces/extensions/kdevquickopen.h index f4f6358c..09c7bb1b 100644 --- a/lib/interfaces/extensions/kdevquickopen.h +++ b/lib/interfaces/extensions/kdevquickopen.h @@ -16,8 +16,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KDEVTQUICKOPEN_H -#define KDEVTQUICKOPEN_H +#ifndef KDEVQUICKOPEN_H +#define KDEVQUICKOPEN_H #include #include @@ -81,8 +81,8 @@ public: the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KDEVTQUICKOPEN_H -#define KDEVTQUICKOPEN_H +#ifndef KDEVQUICKOPEN_H +#define KDEVQUICKOPEN_H #include #include -- cgit v1.2.1