change config file name and group, style will use the same file

svn path=/trunk/KDE/kdebase/workspace/; revision=756053
icc-effect-5.14.5
Matthew Woehlke 2008-01-02 17:14:42 +00:00
parent c708796804
commit 4ed0b4abeb
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ bool OxygenFactory::reset(unsigned long changed)
bool OxygenFactory::readConfig()
{
// create a config object
KConfig config("kwinexamplerc");
KConfigGroup group = config.group("General");
KConfig config("oxygenrc");
KConfigGroup group = config.group("Windeco");
// grab settings
Qt::Alignment oldalign = titlealign_;