summaryrefslogtreecommitdiffstats
path: root/noatun/library/pluginloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/pluginloader.cpp')
-rw-r--r--noatun/library/pluginloader.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/library/pluginloader.cpp b/noatun/library/pluginloader.cpp
index 2fecb898..bc1cc2ff 100644
--- a/noatun/library/pluginloader.cpp
+++ b/noatun/library/pluginloader.cpp
@@ -1,8 +1,8 @@
#include <tqfile.h>
#include <tdeglobal.h>
#include <tqdir.h>
-#include <ksimpleconfig.h>
-#include <kstandarddirs.h>
+#include <tdesimpleconfig.h>
+#include <tdestandarddirs.h>
#include <knotifyclient.h>
#include <tdelocale.h>
#include <kurl.h>
@@ -138,7 +138,7 @@ NoatunLibraryInfo LibraryLoader::getInfo(const TQString &spec) const
TQString specPath = (spec[0]=='/') ? spec : TDEGlobal::dirs()->findResource("appdata", spec);
if (!TQFile::exists(specPath))
return info;
- KSimpleConfig file(specPath);
+ TDESimpleConfig file(specPath);
if (spec.find('/')>=0)
info.specfile=KURL(spec).fileName();
else
@@ -262,7 +262,7 @@ bool LibraryLoader::remove(const TQString& spec, bool terminateOnLastUI)
else
{
// No other UIs, terminate
- kapp->exit();
+ tdeApp->exit();
}
}
else if (info.type=="playlist")