From 30c894d73ed8800b48fe4973d4907c36e44b1ce5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:25:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- noatun-plugins/synaescope/synaescope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/synaescope') 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.")); -- cgit v1.2.1