From 6772b0d375baed5f00179dee69d85f59b9e93d79 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 17:42:08 -0500 Subject: Fix inadvertent tq changes. --- src/common/common/purl_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/common/purl_base.h b/src/common/common/purl_base.h index 783daf0..3e6bf46 100644 --- a/src/common/common/purl_base.h +++ b/src/common/common/purl_base.h @@ -52,7 +52,7 @@ struct FileTypeData { const char *mimetype; const char *highlightModeName; }; -#ifndef TQ_TQMOC_RUN // needed because TQMOC does not expand defines... +#ifndef Q_MOC_RUN // needed because MOC does not expand defines... class FileType : public GenericEnum { public: -- cgit v1.2.3