summaryrefslogtreecommitdiffstats
path: root/src/k3bthememanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bthememanager.cpp')
-rw-r--r--src/k3bthememanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3bthememanager.cpp b/src/k3bthememanager.cpp
index f0001d0..22b0512 100644
--- a/src/k3bthememanager.cpp
+++ b/src/k3bthememanager.cpp
@@ -17,9 +17,9 @@
#include <k3bversion.h>
-#include <kstandarddirs.h>
+#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" );