svn path=/trunk/KDE/kdelibs/; revision=969451
This commit is contained in:
Aaron J. Seigo 2009-05-18 12:11:51 +00:00
parent 17f80b74e2
commit 37938476f4

View File

@ -117,7 +117,7 @@ void PackageMetadata::read(const QString &filename)
d->version = config.readEntry("X-KDE-PluginInfo-Version", d->version); d->version = config.readEntry("X-KDE-PluginInfo-Version", d->version);
d->website = config.readEntry("X-KDE-PluginInfo-Website", d->website); d->website = config.readEntry("X-KDE-PluginInfo-Website", d->website);
d->license = config.readEntry("X-KDE-PluginInfo-License", d->license); d->license = config.readEntry("X-KDE-PluginInfo-License", d->license);
d->category = config.readEntry("KDE-PluginInfo-Category", d->category); d->category = config.readEntry("X-KDE-PluginInfo-Category", d->category);
d->api = config.readEntry("X-Plasma-API", d->api); d->api = config.readEntry("X-Plasma-API", d->api);
d->app = config.readEntry("X-KDE-ParentApp", d->app); d->app = config.readEntry("X-KDE-ParentApp", d->app);
d->type = config.readEntry("Type", d->type); d->type = config.readEntry("Type", d->type);