From 10afbf98e068a6fa128a90e2afdb1df17796953c Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Wed, 31 Dec 2025 21:56:13 +0900
Subject: tde-config.cpp: rename TRUE to true, since it was now causing FTBFS
 after tqt renaming was completed and TRUE was no longer defined

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 tdecore/tde-config.cpp.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake
index accc5c80f..98e79107d 100644
--- a/tdecore/tde-config.cpp.cmake
+++ b/tdecore/tde-config.cpp.cmake
@@ -118,7 +118,7 @@ int main(int argc, char **argv)
     TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options.
 
     TDEInstance a("tde-config");
-    a.setConfigReadOnly(TRUE);
+    a.setConfigReadOnly(true);
     (void)TDEGlobal::dirs(); // trigger the creation
     (void)TDEGlobal::config();
 
-- 
cgit v1.2.3

