From 9f795192a5302731e3552fe311f2c4120f8b69e0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 18 Apr 2013 18:28:05 -0500 Subject: Rename kderc -> tderc in support of bug report 1447. --- kcontrol/fonts/fonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/fonts') diff --git a/kcontrol/fonts/fonts.cpp b/kcontrol/fonts/fonts.cpp index 2489b80c6..c5b4c3353 100644 --- a/kcontrol/fonts/fonts.cpp +++ b/kcontrol/fonts/fonts.cpp @@ -733,7 +733,7 @@ void TDEFonts::save() } // KDE-1.x support - KSimpleConfig* config = new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" ); + KSimpleConfig* config = new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" ); config->setGroup( "General" ); for ( FontUseItem* i = fontUseList.first(); i; i = fontUseList.next() ) { if("font"==i->rcKey()) -- cgit v1.2.3