summaryrefslogtreecommitdiffstats
path: root/src/k9copy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9copy.cpp')
-rw-r--r--src/k9copy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index ee670ee..3314667 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -30,7 +30,7 @@
#include "kviewmpeg2.h"
#include "k9titlefactor.h"
#include <tqdom.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include "k9mp4title.h"
#include "k9tools.h"
#include "k9importfiles.h"
@@ -154,7 +154,7 @@ void k9Copy::createCopyWindows() {
this, TQ_SLOT(changeCaption(const TQString&)));
setAutoSaveSettings();
- KSimpleConfig settings("K9Copy");
+ TDESimpleConfig settings("K9Copy");
if (settings.hasGroup("dock"))
dockManager->readConfig((TDEConfig*)&settings,"dock");
}
@@ -223,7 +223,7 @@ void k9Copy::createImportWindows() {
this, TQ_SLOT(changeCaption(const TQString&)));
*/
setAutoSaveSettings();
- KSimpleConfig settings("K9Copy");
+ TDESimpleConfig settings("K9Copy");
if (settings.hasGroup("dockImport"))
dockManager->readConfig((TDEConfig*)&settings,"dockImport");