diff options
Diffstat (limited to 'karbon/karbon_tool_factory.h')
-rw-r--r-- | karbon/karbon_tool_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/karbon_tool_factory.h b/karbon/karbon_tool_factory.h index c714268a..149d9c63 100644 --- a/karbon/karbon_tool_factory.h +++ b/karbon/karbon_tool_factory.h @@ -44,7 +44,7 @@ public: virtual VTool * createTool( KActionCollection * ac, KarbonView* view ) { VTool * t = new T( view ); - Q_CHECK_PTR(t); + TQ_CHECK_PTR(t); t -> setup(ac); return t; } |