diff options
Diffstat (limited to 'kwin/clients/plastik/plastik.cpp')
-rw-r--r-- | kwin/clients/plastik/plastik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/clients/plastik/plastik.cpp b/kwin/clients/plastik/plastik.cpp index 3f0ceab85..9faf73df0 100644 --- a/kwin/clients/plastik/plastik.cpp +++ b/kwin/clients/plastik/plastik.cpp @@ -162,7 +162,7 @@ bool PlastikHandler::supports( Ability ability ) void PlastikHandler::readConfig() { // create a config object - KConfig config("kwinplastikrc"); + KConfig config("twinplastikrc"); config.setGroup("General"); // grab settings |