summaryrefslogtreecommitdiffstats
path: root/kcontrol/kthememanager/ktheme.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-04-19 12:51:39 -0500
committerTimothy Pearson <[email protected]>2013-04-19 12:51:39 -0500
commitb8ed19a4c246bf279217c6f6e8abc8ed26a6a973 (patch)
treedb7ccf39acfa1795dea0b325ec20b53051773fa9 /kcontrol/kthememanager/ktheme.cpp
parent5f4287e56dd5c1feecc08843aae1d4e4b8835d1e (diff)
parent3dacd27ea08799f126c00fc93358e0b3961a3b1a (diff)
downloadtdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.tar.gz
tdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
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 974ad88b6..d5a593727 100644
--- a/kcontrol/kthememanager/ktheme.cpp
+++ b/kcontrol/kthememanager/ktheme.cpp
@@ -655,7 +655,7 @@ void KTheme::apply()
if ( !fontsElem.isNull() )
{
TDEConfig * fontsConf = TDEGlobal::config();
- TDEConfig * kde1xConf = new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" );
+ TDEConfig * kde1xConf = new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" );
kde1xConf->setGroup( "General" );
TQDomNodeList fontList = fontsElem.childNodes();