diff options
Diffstat (limited to 'chalk/core/kis_paintop_registry.h')
-rw-r--r-- | chalk/core/kis_paintop_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_paintop_registry.h b/chalk/core/kis_paintop_registry.h index ee54988f..2066bc8f 100644 --- a/chalk/core/kis_paintop_registry.h +++ b/chalk/core/kis_paintop_registry.h @@ -37,7 +37,7 @@ class KisInputDevice; class KRITACORE_EXPORT KisPaintOpRegistry : public TQObject, public KisGenericRegistry<KisPaintOpFactorySP> { - Q_OBJECT + TQ_OBJECT public: |