diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:25:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:25:05 -0600 |
commit | a5355f151396be579eba5838c7d8d93a43362cd7 (patch) | |
tree | 4660e8f56be211f2b4128e1591efc3dcfc0cf850 /kwin-styles/glow/glowclient.cpp | |
parent | 430baee366780c4f1eb2143a088590b91a957800 (diff) | |
download | tdeartwork-a5355f151396be579eba5838c7d8d93a43362cd7.tar.gz tdeartwork-a5355f151396be579eba5838c7d8d93a43362cd7.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin-styles/glow/glowclient.cpp')
-rw-r--r-- | kwin-styles/glow/glowclient.cpp | 6 |
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); |