summaryrefslogtreecommitdiffstats
path: root/kcontrol/kthememanager/ktheme.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:57:25 -0600
commit3e5506b29bb8d45ab067d3a4623af70a56abb990 (patch)
treef77580a8456188884aa2c0b447d5ea320e01a668 /kcontrol/kthememanager/ktheme.cpp
parent301ad20ded390d3e22ef30533736f275d519a0e6 (diff)
downloadtdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.tar.gz
tdebase-3e5506b29bb8d45ab067d3a4623af70a56abb990.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'kcontrol/kthememanager/ktheme.cpp')
-rw-r--r--kcontrol/kthememanager/ktheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp
index e516ddd41..efa056676 100644
--- a/kcontrol/kthememanager/ktheme.cpp
+++ b/kcontrol/kthememanager/ktheme.cpp
@@ -528,7 +528,7 @@ void KTheme::apply()
TQDomNodeList colorList = colorsElem.childNodes();
TDEConfig * colorConf = TDEGlobal::config();
- TQString sCurrentScheme = locateLocal("data", "kdisplay/color-schemes/thememgr.kcsrc");
+ TQString sCurrentScheme = locateLocal("data", "tdedisplay/color-schemes/thememgr.kcsrc");
KSimpleConfig *colorScheme = new KSimpleConfig( sCurrentScheme );
colorScheme->setGroup("Color Scheme" );