summaryrefslogtreecommitdiffstats
path: root/knode/headerview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/headerview.cpp')
-rw-r--r--knode/headerview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/headerview.cpp b/knode/headerview.cpp
index 0498b99c..9995ba46 100644
--- a/knode/headerview.cpp
+++ b/knode/headerview.cpp
@@ -98,7 +98,7 @@ KNHeaderView::~KNHeaderView()
void KNHeaderView::readConfig()
{
if ( !mInitDone ) {
- KConfig *conf = knGlobals.config();
+ TDEConfig *conf = knGlobals.config();
conf->setGroup( "HeaderView" );
mSortByThreadChangeDate = conf->readBoolEntry( "sortByThreadChangeDate", false );
restoreLayout( conf, "HeaderView" );
@@ -125,7 +125,7 @@ void KNHeaderView::readConfig()
void KNHeaderView::writeConfig()
{
- KConfig *conf = knGlobals.config();
+ TDEConfig *conf = knGlobals.config();
conf->setGroup( "HeaderView" );
conf->writeEntry( "sortByThreadChangeDate", mSortByThreadChangeDate );
saveLayout( conf, "HeaderView" );