From 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:39 -0600 Subject: Remove spurious TQ_OBJECT instances --- chalk/core/kis_math_toolbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/core/kis_math_toolbox.h') diff --git a/chalk/core/kis_math_toolbox.h b/chalk/core/kis_math_toolbox.h index 8d5bef50..1909d218 100644 --- a/chalk/core/kis_math_toolbox.h +++ b/chalk/core/kis_math_toolbox.h @@ -33,7 +33,7 @@ class KisMathToolbox : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct KisFloatRepresentation { KisFloatRepresentation(uint nsize, uint ndepth) throw(std::bad_alloc ) : coeffs(new float[nsize*nsize*ndepth]) ,size(nsize), depth(ndepth) -- cgit v1.2.1