summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/lskatdoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/lskatdoc.cpp')
-rw-r--r--lskat/lskat/lskatdoc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lskat/lskat/lskatdoc.cpp b/lskat/lskat/lskatdoc.cpp
index 03cc5b90..6862599b 100644
--- a/lskat/lskat/lskatdoc.cpp
+++ b/lskat/lskat/lskatdoc.cpp
@@ -162,7 +162,7 @@ void LSkatDoc::closeDocument()
deleteContents();
}
-bool LSkatDoc::newDocument(KConfig * /*config*/,TQString path)
+bool LSkatDoc::newDocument(TDEConfig * /*config*/,TQString path)
{
int res;
modified=false;
@@ -729,9 +729,9 @@ void LSkatDoc::ClearStats()
stat_brk[j]=0;
}
}
-void LSkatDoc::ReadConfig(KConfig *config)
+void LSkatDoc::ReadConfig(TDEConfig *config)
{
- KConfig emailCfg( "emaildefaults", true );
+ TDEConfig emailCfg( "emaildefaults", true );
emailCfg.setGroup( "UserInfo" );
TQString name = emailCfg.readEntry( "FullName" );
if ( name.isEmpty() )
@@ -782,7 +782,7 @@ void LSkatDoc::ReadConfig(KConfig *config)
}
/** write config file */
-void LSkatDoc::WriteConfig(KConfig *config)
+void LSkatDoc::WriteConfig(TDEConfig *config)
{
config->setGroup("Parameter");
config->writeEntry("host",host);