summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/tyler/tyler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/tyler/tyler.cpp')
-rw-r--r--noatun-plugins/tyler/tyler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/tyler/tyler.cpp b/noatun-plugins/tyler/tyler.cpp
index 39be621..25d844b 100644
--- a/noatun-plugins/tyler/tyler.cpp
+++ b/noatun-plugins/tyler/tyler.cpp
@@ -36,7 +36,7 @@ Tyler::~Tyler()
void Tyler::init()
{
- process << KStandardDirs::findExe("noatuntyler.bin");
+ process << TDEStandardDirs::findExe("noatuntyler.bin");
connect(&process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(processExited(TDEProcess *)));
// Note that process.start() will fail if findExe fails, so there's no real need