summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_autofill.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_autofill.cc')
-rw-r--r--kspread/kspread_autofill.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_autofill.cc b/kspread/kspread_autofill.cc
index 38cca433..8927d360 100644
--- a/kspread/kspread_autofill.cc
+++ b/kspread/kspread_autofill.cc
@@ -201,7 +201,7 @@ AutoFillSequenceItem::AutoFillSequenceItem( const TQString &_str )
if( other==0L)
{
// other=new TQStringList();
- KConfig *config = Factory::global()->config();
+ TDEConfig *config = Factory::global()->config();
config->setGroup( "Parameters" );
other=new TQStringList(config->readListEntry("Other list"));
}