summaryrefslogtreecommitdiffstats
path: root/src/projectmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectmanager.cpp')
-rw-r--r--src/projectmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projectmanager.cpp b/src/projectmanager.cpp
index 80b3670f..96e258e9 100644
--- a/src/projectmanager.cpp
+++ b/src/projectmanager.cpp
@@ -535,8 +535,8 @@ bool ProjectManager::loadLanguageSupport(const TQString& lang)
return true;
}
- KTrader::OfferList languageSupportOffers =
- KTrader::self()->query(TQString::fromLatin1("TDevelop/LanguageSupport"),
+ TDETrader::OfferList languageSupportOffers =
+ TDETrader::self()->query(TQString::fromLatin1("TDevelop/LanguageSupport"),
TQString::fromLatin1("[X-TDevelop-Language] == '%1' and [X-TDevelop-Version] == %2").arg(lang).arg(TDEVELOP_PLUGIN_VERSION));
if (languageSupportOffers.isEmpty()) {