summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/common/purl_base.h2
1 files changed, 1 insertions, 1 deletions
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: