summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:14:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:14:12 -0600
commitac1e5178c2f5ebac0fb2194480bbb23a51103e32 (patch)
tree67b43c6a5092311c75e40f1c2ae9a54a3bf1ae65 /config
parent34b82cf515be84fd0eaa0fe5130128ea0da365cb (diff)
downloadtde-style-qtcurve-ac1e5178c2f5ebac0fb2194480bbb23a51103e32.tar.gz
tde-style-qtcurve-ac1e5178c2f5ebac0fb2194480bbb23a51103e32.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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)