summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_crop/kis_tool_crop.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_crop/kis_tool_crop.h')
-rw-r--r--chalk/plugins/tools/tool_crop/kis_tool_crop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_crop/kis_tool_crop.h b/chalk/plugins/tools/tool_crop/kis_tool_crop.h
index 0f4f677a..142dd286 100644
--- a/chalk/plugins/tools/tool_crop/kis_tool_crop.h
+++ b/chalk/plugins/tools/tool_crop/kis_tool_crop.h
@@ -136,7 +136,7 @@ public:
virtual KisTool * createTool(KActionCollection * ac) {
KisTool * t = new KisToolCrop();
- Q_CHECK_PTR(t);
+ TQ_CHECK_PTR(t);
t->setup(ac);
return t;
}