summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/tippercanoe
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/tippercanoe
parent854cb5dd9c481a1351624fd095f4865d211ddb48 (diff)
downloadtdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.tar.gz
tdeaddons-30c894d73ed8800b48fe4973d4907c36e44b1ce5.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'noatun-plugins/tippercanoe')
-rw-r--r--noatun-plugins/tippercanoe/synaescope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/tippercanoe/synaescope.cpp b/noatun-plugins/tippercanoe/synaescope.cpp
index 9435408..9818ab9 100644
--- a/noatun-plugins/tippercanoe/synaescope.cpp
+++ b/noatun-plugins/tippercanoe/synaescope.cpp
@@ -54,7 +54,7 @@ void SynaeScope::init()
connect(&process, TQT_SIGNAL(receivedStdout(TDEProcess *, char *, int)), this, TQT_SLOT(read(TDEProcess *, char *, int)));
pluginMenuItem = napp->pluginMenuAdd(i18n("Toggle Tippecanoe"), TQT_TQOBJECT(this), TQT_SLOT(toggle(void)));
- process << KStandardDirs::findExe("noatuntippecanoe.bin");
+ process << TDEStandardDirs::findExe("noatuntippecanoe.bin");
// Note that process.start() will fail if findExe fails, so there's no real need
// for two separate checks.