summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/synaescope
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:25:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:25:26 -0600
commit30c894d73ed8800b48fe4973d4907c36e44b1ce5 (patch)
tree7a222d577e61985ccb662cdc32e5b885d580f021 /noatun-plugins/synaescope
parent854cb5dd9c481a1351624fd095f4865d211ddb48 (diff)
downloadtdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.tar.gz
tdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'noatun-plugins/synaescope')
-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."));