summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-23 19:21:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-23 19:21:21 +0900
commit6a0f666265df60d890f35963866352ca0cec7c1b (patch)
tree1df4b53d420e62ae53a1f6f2d2c40ead74ce639e /src
parentf68f5a6d86eb0c67609cf7b966e96ff12a42cd8b (diff)
downloadtdmtheme-6a0f666265df60d890f35963866352ca0cec7c1b.tar.gz
tdmtheme-6a0f666265df60d890f35963866352ca0cec7c1b.zip
Rename KDE_BINDIR to TDE_BINDIR
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/tdmtheme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp
index d13f15e..e063ff1 100644
--- a/src/tdmtheme.cpp
+++ b/src/tdmtheme.cpp
@@ -174,8 +174,8 @@ void TDMThemeWidget::load()
bool sakEnabled = config->readBoolEntry( "UseSAK", false );
if (sakEnabled) {
// FIXME
- // Integrate KDE_BINDIR with Autotools and use this line instead of the one below it...
- // if (system(KDE_BINDIR "/tsak checkdeps") != 0) {
+ // Integrate TDE_BINDIR with Autotools and use this line instead of the one below it...
+ // if (system(TDE_BINDIR "/tsak checkdeps") != 0) {
if (system("tsak checkdeps") != 0) {
sakEnabled = false;
}