summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/noatunplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/noatunplugin.cpp')
-rw-r--r--noatun-plugins/nexscope/noatunplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/noatunplugin.cpp b/noatun-plugins/nexscope/noatunplugin.cpp
index a279d48..e4401ad 100644
--- a/noatun-plugins/nexscope/noatunplugin.cpp
+++ b/noatun-plugins/nexscope/noatunplugin.cpp
@@ -28,7 +28,7 @@ NexPlugin::~NexPlugin()
void NexPlugin::init()
{
- process << KStandardDirs::findExe("nexscope.bin");
+ process << TDEStandardDirs::findExe("nexscope.bin");
// Note that process.start() will fail if findExe fails, so there's no real need
// for two separate checks.