From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- lib/interfaces/kdevplugininfo.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/interfaces/kdevplugininfo.cpp') 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") -- cgit v1.2.3