summaryrefslogtreecommitdiffstats
path: root/src/k3bthememanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bthememanager.cpp')
-rw-r--r--src/k3bthememanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bthememanager.cpp b/src/k3bthememanager.cpp
index 98490f8..22b0512 100644
--- a/src/k3bthememanager.cpp
+++ b/src/k3bthememanager.cpp
@@ -19,7 +19,7 @@
#include <tdestandarddirs.h>
#include <tdeglobalsettings.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <kdebug.h>
#include <tdeglobal.h>
@@ -308,7 +308,7 @@ void K3bThemeManager::loadTheme( const TQString& name )
t->m_local = fi.isWritable();
// load the stuff
- KSimpleConfig cfg( path, true );
+ TDESimpleConfig cfg( path, true );
t->m_author = cfg.readEntry( "Author" );
t->m_comment = cfg.readEntry( "Comment" );
t->m_version = cfg.readEntry( "Version" );