summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_autofill.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:10:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:10:32 -0600
commit3fe437def8063926892bddf2dcc733861308836d (patch)
tree021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /kspread/kspread_autofill.cc
parent5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff)
downloadkoffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz
koffice-3fe437def8063926892bddf2dcc733861308836d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 38cca433f..8927d360f 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"));
}