summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/synaescope/synaescope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/synaescope/synaescope.cpp')
-rw-r--r--noatun-plugins/synaescope/synaescope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/synaescope/synaescope.cpp b/noatun-plugins/synaescope/synaescope.cpp
index a401704..42ba321 100644
--- a/noatun-plugins/synaescope/synaescope.cpp
+++ b/noatun-plugins/synaescope/synaescope.cpp
@@ -48,7 +48,7 @@ void SynaeScope::init()
mPrefs->save();
connect(mPrefs, TQT_SIGNAL(configChanged()), this, TQT_SLOT(readConfig()));
- scopeExePath = KStandardDirs::findExe("noatunsynaescope.bin");
+ scopeExePath = TDEStandardDirs::findExe("noatunsynaescope.bin");
if (scopeExePath.isEmpty())
{
KMessageBox::error(0, i18n("Unable to locate noatunsynaescope.bin in your path. Check your installation."));