diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /kplato/kptconfig.cc | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kplato/kptconfig.cc')
-rw-r--r-- | kplato/kptconfig.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptconfig.cc b/kplato/kptconfig.cc index 442fc7e8..969f46ad 100644 --- a/kplato/kptconfig.cc +++ b/kplato/kptconfig.cc @@ -38,7 +38,7 @@ Config::~Config() void Config::load() { //kdDebug()<<k_funcinfo<<endl; - KConfig *config = Factory::global()->config(); + TDEConfig *config = Factory::global()->config(); /* if( config->hasGroup("Behavior")) { @@ -66,7 +66,7 @@ void Config::save() { if (!m_readWrite) return; - KConfig *config = Factory::global()->config(); + TDEConfig *config = Factory::global()->config(); // config->setGroup( "Behavior" ); // config->writeEntry("CalculationMode",m_behavior.calculationMode); |