summaryrefslogtreecommitdiffstats
path: root/ksvg/test
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:48:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 11:57:27 +0900
commit3849f5c32c10eba032a6738fd47331c0fa6afe1c (patch)
tree07e4f6637c48685d71eab82a57954de5e0bf3fef /ksvg/test
parent32a0eae8ca2e0fc901a389ac35eb788344d75275 (diff)
downloadtdegraphics-3849f5c32c10eba032a6738fd47331c0fa6afe1c.tar.gz
tdegraphics-3849f5c32c10eba032a6738fd47331c0fa6afe1c.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/test')
-rw-r--r--ksvg/test/external/SVGTestWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/test/external/SVGTestWidget.cpp b/ksvg/test/external/SVGTestWidget.cpp
index 0e0d5f9d..a42d4da6 100644
--- a/ksvg/test/external/SVGTestWidget.cpp
+++ b/ksvg/test/external/SVGTestWidget.cpp
@@ -29,7 +29,7 @@ SVGTestWidget::SVGTestWidget(const KURL &url)
if(!m_canvas)
return;
- m_canvas->setup(TQT_TQPAINTDEVICE(this), TQT_TQPAINTDEVICE(this));
+ m_canvas->setup(this, this);
if(!DocumentFactory::self()->attachCanvas(m_canvas, m_doc))
return;