summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:42:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:42:08 -0500
commit6772b0d375baed5f00179dee69d85f59b9e93d79 (patch)
tree50f5022c93d63a69706c5c7c807bc44199e6950a
parentfda80201647e050b132608fb3042e417b5c773ec (diff)
downloadpiklab-6772b0d3.tar.gz
piklab-6772b0d3.zip
Fix inadvertent tq changes.
-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: