diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:48:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 11:58:00 +0900 |
commit | c9e40417ac00954826c50f8f6579639255c46476 (patch) | |
tree | 09214c65532ed685a0f1ead2dbb36da3536a9986 /ksvg/test/external/SVGTestWidget.cpp | |
parent | 1fe6cb7fd446f44bb4d5d6074708c066eb1620b2 (diff) | |
download | tdegraphics-c9e40417ac00954826c50f8f6579639255c46476.tar.gz tdegraphics-c9e40417ac00954826c50f8f6579639255c46476.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3849f5c32c10eba032a6738fd47331c0fa6afe1c)
Diffstat (limited to 'ksvg/test/external/SVGTestWidget.cpp')
-rw-r--r-- | ksvg/test/external/SVGTestWidget.cpp | 2 |
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; |