From 6a0f666265df60d890f35963866352ca0cec7c1b Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 23 Nov 2025 19:21:21 +0900
Subject: Rename KDE_BINDIR to TDE_BINDIR

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/tdmtheme.cpp | 4 ++--
 1 file 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;
 			}
-- 
cgit v1.2.3

