diff options
Diffstat (limited to 'karbon/commands/vbooleancmd.h')
-rw-r--r-- | karbon/commands/vbooleancmd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/karbon/commands/vbooleancmd.h b/karbon/commands/vbooleancmd.h index 4320f0d2..3a3478d3 100644 --- a/karbon/commands/vbooleancmd.h +++ b/karbon/commands/vbooleancmd.h @@ -22,7 +22,7 @@ #define __VBOOLEANCMD_H__ -#include <qvaluelist.h> +#include <tqvaluelist.h> #include "vcommand.h" @@ -37,8 +37,8 @@ public: enum VBooleanType { intersect, - shape_union, - shape_xor, + tqshape_union, + tqshape_xor, substract }; @@ -62,7 +62,7 @@ public: virtual void visitVSubpath( VSubpath& path ); protected: - typedef QValueList<double> VParamList; + typedef TQValueList<double> VParamList; void recursiveSubdivision( const VSegment& segment1, double t0_1, double t1_1, |