From da1941ccadffe5ae70ee111c53f0ec2b3d990869 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:53:25 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- src/projectmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/projectmanager.cpp') 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()) { -- cgit v1.2.1