diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:57:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:57:25 -0600 |
commit | 3e5506b29bb8d45ab067d3a4623af70a56abb990 (patch) | |
tree | f77580a8456188884aa2c0b447d5ea320e01a668 /kcontrol/kthememanager/ktheme.cpp | |
parent | 301ad20ded390d3e22ef30533736f275d519a0e6 (diff) | |
download | tdebase-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.cpp | 2 |
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" ); |