summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/dictchooser.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:49 -0600
commitf8069e2ea048f2657cc417d83820576ec55c181b (patch)
treecbc5bf540866934a91e0f33b260fc7a25e191fad /kbabel/kbabeldict/dictchooser.cpp
parente6aaa3624cc6179b82a9bfff1760e742a669064c (diff)
downloadtdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz
tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/kbabeldict/dictchooser.cpp')
-rw-r--r--kbabel/kbabeldict/dictchooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/dictchooser.cpp b/kbabel/kbabeldict/dictchooser.cpp
index 55ccbefc..f5a3701f 100644
--- a/kbabel/kbabeldict/dictchooser.cpp
+++ b/kbabel/kbabeldict/dictchooser.cpp
@@ -304,7 +304,7 @@ void DictChooser::configureSelected()
tempConfig.insert(mi->id ,tmp);
kdDebug(KBABEL_SEARCH) << "Temp file: " << tmp->name() << endl;
- KConfig config(tmp->name());
+ TDEConfig config(tmp->name());
config.setGroup(mi->id);
box->saveSettings(mi->id, &config);
}
@@ -323,7 +323,7 @@ void DictChooser::restoreConfig()
TQDictIterator<KTempFile> it( tempConfig ); // See TQDictIterator
for( ; it.current(); ++it )
{
- KConfig config( it.current()->name() );
+ TDEConfig config( it.current()->name() );
config.setGroup( it.currentKey() );
box->readSettings( it.currentKey(), &config);
}