summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrWebPresentation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrWebPresentation.cpp')
-rw-r--r--kpresenter/KPrWebPresentation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp
index 886a47167..d76e208b0 100644
--- a/kpresenter/KPrWebPresentation.cpp
+++ b/kpresenter/KPrWebPresentation.cpp
@@ -58,7 +58,7 @@
#include <tdefiledialog.h>
#include <tdemessagebox.h>
#include <kbuttonbox.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdeapplication.h>
#include <kprogress.h>
#include <tdeglobal.h>
@@ -198,7 +198,7 @@ void KPrWebPresentation::loadConfig()
if ( config.isEmpty() )
return;
- KSimpleConfig cfg( config );
+ TDESimpleConfig cfg( config );
cfg.setGroup( "General" );
author = cfg.readEntry( "Author", author );
@@ -235,7 +235,7 @@ void KPrWebPresentation::loadConfig()
void KPrWebPresentation::saveConfig()
{
- KSimpleConfig cfg( config );
+ TDESimpleConfig cfg( config );
cfg.setGroup( "General" );
cfg.writeEntry( "Author", author );