diff options
Diffstat (limited to 'chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h')
-rw-r--r-- | chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h index b2f8ecad..c2e25639 100644 --- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h +++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h @@ -83,7 +83,7 @@ public: virtual KisTool * createTool(KActionCollection * ac) { KisTool * t = new KisToolSelectRectangular(); t->setup(ac); - Q_CHECK_PTR(t); + TQ_CHECK_PTR(t); return t; } virtual KisID id() { return KisID("rectangularselect", i18n("Rectangular Select Tool")); } |