summaryrefslogtreecommitdiffstats
path: root/krita/plugins/tools/tool_curves/kis_tool_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/tools/tool_curves/kis_tool_example.h')
-rw-r--r--krita/plugins/tools/tool_curves/kis_tool_example.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/tools/tool_curves/kis_tool_example.h b/krita/plugins/tools/tool_curves/kis_tool_example.h
index af1d3574..ec1e8f8e 100644
--- a/krita/plugins/tools/tool_curves/kis_tool_example.h
+++ b/krita/plugins/tools/tool_curves/kis_tool_example.h
@@ -37,6 +37,7 @@ class KisToolExample : public KisToolCurve {
typedef KisToolCurve super;
Q_OBJECT
+ TQ_OBJECT
public:
KisToolExample();
@@ -59,7 +60,7 @@ public:
t->setup(ac);
return t;
}
- virtual KisID id() { return KisID("exampleshape", i18n("Example Tool")); }
+ virtual KisID id() { return KisID("exampletqshape", i18n("Example Tool")); }
};