diff options
Diffstat (limited to 'ksvg/impl/SVGContainerImpl.cc')
-rw-r--r-- | ksvg/impl/SVGContainerImpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGContainerImpl.cc b/ksvg/impl/SVGContainerImpl.cc index 88fb87a8..e4a7c0db 100644 --- a/ksvg/impl/SVGContainerImpl.cc +++ b/ksvg/impl/SVGContainerImpl.cc @@ -37,7 +37,7 @@ SVGContainerImpl::~SVGContainerImpl() SVGRectImpl *SVGContainerImpl::getBBox() { // just get the union of the children bboxes - QRect rect; + TQRect rect; DOM::Node node = firstChild(); for(; !node.isNull(); node = node.nextSibling()) { |