summaryrefslogtreecommitdiffstats
path: root/noatun/library/engine.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:36 -0600
commitde9a6aa007626eba4e333ac4080cbdfcb9f98386 (patch)
tree79166818db79c0ac7acfbbb545a4929c0cd62b04 /noatun/library/engine.cpp
parent27430f06c6cc2187c639f59f342f07f1fde91a8b (diff)
downloadtdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.tar.gz
tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r--noatun/library/engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp
index 5cfd23ed..86c10381 100644
--- a/noatun/library/engine.cpp
+++ b/noatun/library/engine.cpp
@@ -462,7 +462,7 @@ bool Engine::initArts()
{
// aRts seems not to be running, let's try to run it
// First, let's read the configuration as in kcmarts
- KConfig config("kcmartsrc");
+ TDEConfig config("kcmartsrc");
TQCString cmdline;
config.setGroup("Arts");
@@ -472,7 +472,7 @@ bool Engine::initArts()
// put the value of x11Comm into .mcoprc
{
- KConfig X11CommConfig(TQDir::homeDirPath()+"/.mcoprc");
+ TDEConfig X11CommConfig(TQDir::homeDirPath()+"/.mcoprc");
if(x11Comm)
X11CommConfig.writeEntry("GlobalComm", "Arts::X11GlobalComm");