diff options
Diffstat (limited to 'src/projectmanager.cpp')
-rw-r--r-- | src/projectmanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projectmanager.cpp b/src/projectmanager.cpp index 8c05e84a..91d4d59a 100644 --- a/src/projectmanager.cpp +++ b/src/projectmanager.cpp @@ -536,8 +536,8 @@ bool ProjectManager::loadLanguageSupport(const TQString& lang) } KTrader::OfferList languageSupportOffers = - KTrader::self()->query(TQString::fromLatin1("KDevelop/LanguageSupport"), - TQString::fromLatin1("[X-KDevelop-Language] == '%1' and [X-KDevelop-Version] == %2").arg(lang).arg(KDEVELOP_PLUGIN_VERSION)); + KTrader::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()) { KMessageBox::sorry(TopLevel::getInstance()->main(), @@ -662,7 +662,7 @@ bool ProjectManager::loadKDevelop2Project( const KURL & url ) // kdDebug() << "IDX: " << idx << " PROFILE: " << profiles[idx] << endl; // return profiles[idx]; // } -// return "KDevelop"; +// return "TDevelop"; // } #include "projectmanager.moc" |