summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kmail/kcmkmailsummary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/kmail/kcmkmailsummary.cpp')
-rw-r--r--kontact/plugins/kmail/kcmkmailsummary.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/kmail/kcmkmailsummary.cpp b/kontact/plugins/kmail/kcmkmailsummary.cpp
index c9d46777..72141a6f 100644
--- a/kontact/plugins/kmail/kcmkmailsummary.cpp
+++ b/kontact/plugins/kmail/kcmkmailsummary.cpp
@@ -41,14 +41,14 @@
extern "C"
{
- KDE_EXPORT KCModule *create_kmailsummary( TQWidget *parent, const char * )
+ KDE_EXPORT TDECModule *create_kmailsummary( TQWidget *parent, const char * )
{
return new KCMKMailSummary( parent, "kcmkmailsummary" );
}
}
KCMKMailSummary::KCMKMailSummary( TQWidget *parent, const char *name )
- : KCModule( parent, name )
+ : TDECModule( parent, name )
{
initGUI();
@@ -125,7 +125,7 @@ void KCMKMailSummary::initFolders()
void KCMKMailSummary::loadFolders()
{
- KConfig config( "kcmkmailsummaryrc" );
+ TDEConfig config( "kcmkmailsummaryrc" );
config.setGroup( "General" );
TQStringList folders;
@@ -150,7 +150,7 @@ void KCMKMailSummary::loadFolders()
void KCMKMailSummary::storeFolders()
{
- KConfig config( "kcmkmailsummaryrc" );
+ TDEConfig config( "kcmkmailsummaryrc" );
config.setGroup( "General" );
TQStringList folders;