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:
parent
c708796804
commit
4ed0b4abeb
1 changed files with 2 additions and 2 deletions
|
@ -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_;
|
||||
|
|
Loading…
Reference in a new issue