summaryrefslogtreecommitdiffstats
path: root/kwin-styles/glow/glowclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/glow/glowclient.cpp')
-rw-r--r--kwin-styles/glow/glowclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/glow/glowclient.cpp b/kwin-styles/glow/glowclient.cpp
index 51c6e0d8..98133221 100644
--- a/kwin-styles/glow/glowclient.cpp
+++ b/kwin-styles/glow/glowclient.cpp
@@ -51,7 +51,7 @@ GlowClientConfig::GlowClientConfig()
void GlowClientConfig::load(KDecorationFactory *factory)
{
- KConfig conf("kwinglowrc");
+ KConfig conf("twinglowrc");
conf.setGroup("General");
const TQColor defaultCloseButtonColor(DEFAULT_CLOSE_BUTTON_COLOR);
@@ -165,7 +165,7 @@ GlowClientGlobals::borderSizes() const
void GlowClientGlobals::readTheme()
{
TQString theme_config_file = KGlobal::dirs()->findResource ("data",
- TQString("kwin/glow-themes/") + config()->themeName + "/" +
+ TQString("twin/glow-themes/") + config()->themeName + "/" +
config()->themeName + ".theme");
if (theme_config_file.isNull())
{
@@ -291,7 +291,7 @@ const TQString GlowClientGlobals::getPixmapTypeName(PixmapType type)
bool GlowClientGlobals::createPixmap(PixmapType type, bool isActive)
{
TQString theme_dir = KGlobal::dirs()->findResource ("data",
- TQString("kwin/glow-themes/") + _config->themeName + "/");
+ TQString("twin/glow-themes/") + _config->themeName + "/");
TQColor glow_color;
TQColor color = options()->color(ColorButtonBg, isActive);