summaryrefslogtreecommitdiffstats
path: root/ksvg/plugin/backends/libart/BezierPathLibart.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/plugin/backends/libart/BezierPathLibart.h')
-rw-r--r--ksvg/plugin/backends/libart/BezierPathLibart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/plugin/backends/libart/BezierPathLibart.h b/ksvg/plugin/backends/libart/BezierPathLibart.h
index a6dfd2b9..dd8fda6f 100644
--- a/ksvg/plugin/backends/libart/BezierPathLibart.h
+++ b/ksvg/plugin/backends/libart/BezierPathLibart.h
@@ -22,7 +22,7 @@
#define T2P_BEZIERPATH_LIBART_H
#include "BezierPath.h"
-#include <qmemarray.h>
+#include <tqmemarray.h>
class _ArtBpath;
@@ -42,7 +42,7 @@ namespace T2P
virtual void boundingBox(Point *topLeft, Point *bottomRight);
// Don't make those private members, these are all internal anyway...
- QMemArray<_ArtBpath> m_array;
+ TQMemArray<_ArtBpath> m_array;
double m_length;
};
}