summaryrefslogtreecommitdiffstats
path: root/kbabel/common/exportplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/common/exportplugin.cpp')
-rw-r--r--kbabel/common/exportplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/common/exportplugin.cpp b/kbabel/common/exportplugin.cpp
index 0fe7ad6b..756199cc 100644
--- a/kbabel/common/exportplugin.cpp
+++ b/kbabel/common/exportplugin.cpp
@@ -60,9 +60,9 @@ TQStringList CatalogExportPlugin::availableExportMimeTypes()
{
TQStringList result;
- KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "exist [X-TDE-Export]");
+ TDETrader::OfferList offers = TDETrader::self()->query("KBabelFilter", "exist [X-TDE-Export]");
- for( KTrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr )
+ for( TDETrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr )
{
result += (*ptr)->property("X-TDE-Export").toStringList();
}