summaryrefslogtreecommitdiffstats
path: root/ksvg/test/external/SVGTestWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/test/external/SVGTestWidget.cpp')
-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 dd79370b..64944736 100644
--- a/ksvg/test/external/SVGTestWidget.cpp
+++ b/ksvg/test/external/SVGTestWidget.cpp
@@ -20,7 +20,7 @@ SVGTestWidget::SVGTestWidget(const KURL &url)
setMouseTracking(true);
setFocusPolicy(TQWidget::WheelFocus);
- m_doc = DocumentFactory::self()->requestDocument(this, TQT_SLOT(slotRenderingFinished()));
+ m_doc = DocumentFactory::self()->requestDocument(this, TQ_SLOT(slotRenderingFinished()));
if(!m_doc)
return;