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

svn path=/trunk/KDE/kdebase/workspace/; revision=756053
This commit is contained in:
Matthew Woehlke 2008-01-02 17:14:42 +00:00
parent c708796804
commit 4ed0b4abeb

View file

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