summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/exportthemedialog.cpp2
-rw-r--r--config/qtcurveconfig.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/exportthemedialog.cpp b/config/exportthemedialog.cpp
index 8496654..441348f 100644
--- a/config/exportthemedialog.cpp
+++ b/config/exportthemedialog.cpp
@@ -66,7 +66,7 @@ void CExportThemeDialog::slotOk()
{
TQString fileName(themeUrl->url()+"/"THEME_PREFIX+name+".themerc");
- KConfig cfg(fileName, false, false);
+ TDEConfig cfg(fileName, false, false);
bool rv(!cfg.isReadOnly());
if(rv)
diff --git a/config/qtcurveconfig.cpp b/config/qtcurveconfig.cpp
index 1f8b7b0..6f5c3e2 100644
--- a/config/qtcurveconfig.cpp
+++ b/config/qtcurveconfig.cpp
@@ -1386,7 +1386,7 @@ void QtCurveConfig::exportStyle()
if(!file.isEmpty())
{
- KConfig cfg(file, false, false);
+ TDEConfig cfg(file, false, false);
bool rv(!cfg.isReadOnly());
if(rv)