From 4ed0b4abebb46ef8ea6c1e37ee3a14012d0182de Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Wed, 2 Jan 2008 17:14:42 +0000 Subject: [PATCH] change config file name and group, style will use the same file svn path=/trunk/KDE/kdebase/workspace/; revision=756053 --- clients/oxygen/oxygen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/oxygen/oxygen.cpp b/clients/oxygen/oxygen.cpp index a26a91ba15..09d0360994 100644 --- a/clients/oxygen/oxygen.cpp +++ b/clients/oxygen/oxygen.cpp @@ -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_;