summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevplugininfo.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/interfaces/kdevplugininfo.cpp
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
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")