Fix inadvertent tq changes.

r14.0.x
Darrell Anderson 12 years ago
parent fda8020164
commit 6772b0d375

@ -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:

Loading…
Cancel
Save