1 --- domino/domino.cpp.orig 2007-03-14 12:42:21.000000000 +0100
2 +++ domino/domino.cpp 2007-03-14 12:42:44.000000000 +0100
6 if(!strcmp(qApp->className(), "KApplication")) {
7 + QString oldgroup = KGlobal::config()->group();
8 KGlobal::config()->setGroup("KDE");
9 macStyleBar = KGlobal::config()->readBoolEntry("macStyle", false);
10 + KGlobal::config()->setGroup(oldgroup); // reset the group, do not interfere with the application
11 KApplicationMode = true;