summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevplugininfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/kdevplugininfo.cpp')
-rw-r--r--lib/interfaces/kdevplugininfo.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/interfaces/kdevplugininfo.cpp b/lib/interfaces/kdevplugininfo.cpp
index 6c869d23..81d58902 100644
--- a/lib/interfaces/kdevplugininfo.cpp
+++ b/lib/interfaces/kdevplugininfo.cpp
@@ -60,12 +60,12 @@ KDevPluginInfo::KDevPluginInfo(const TQString &pluginName)
d->m_rawGenericName = offer->untranslatedGenericName();
- d->m_version = offer->property("X-KDevelop-Plugin-Version").toString();
- d->m_homePageAddress = offer->property("X-KDevelop-Plugin-Homepage").toString();
- d->m_bugsEmailAddress = offer->property("X-KDevelop-Plugin-BugsEmailAddress").toString();
- d->m_copyrightStatement = offer->property("X-KDevelop-Plugin-Copyright").toString();
+ d->m_version = offer->property("X-TDevelop-Plugin-Version").toString();
+ d->m_homePageAddress = offer->property("X-TDevelop-Plugin-Homepage").toString();
+ d->m_bugsEmailAddress = offer->property("X-TDevelop-Plugin-BugsEmailAddress").toString();
+ d->m_copyrightStatement = offer->property("X-TDevelop-Plugin-Copyright").toString();
- TQString lic = offer->property("X-KDevelop-Plugin-License").toString();
+ TQString lic = offer->property("X-TDevelop-Plugin-License").toString();
if (lic == "GPL")
d->m_licenseType = KAboutData::License_GPL;
else if (lic == "LGPL")