summaryrefslogtreecommitdiffstats
path: root/ksvg/core/CanvasFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/core/CanvasFactory.cpp')
-rw-r--r--ksvg/core/CanvasFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/core/CanvasFactory.cpp b/ksvg/core/CanvasFactory.cpp
index 3c331060..8910f879 100644
--- a/ksvg/core/CanvasFactory.cpp
+++ b/ksvg/core/CanvasFactory.cpp
@@ -57,8 +57,8 @@ void CanvasFactory::queryCanvas()
{
m_canvasList.clear();
- TQValueList<KService::Ptr> traderList = KTrader::self()->query("KSVG/Renderer", "(Type == 'Service')");
- KTrader::OfferList::Iterator it(traderList.begin());
+ TQValueList<KService::Ptr> traderList = TDETrader::self()->query("KSVG/Renderer", "(Type == 'Service')");
+ TDETrader::OfferList::Iterator it(traderList.begin());
for( ; it != traderList.end(); ++it)
{
KService::Ptr ptr = (*it);