From 0a439ac80bdf6ffb9cac104ad3098a321ee0403c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 May 2025 18:08:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- ksysguard/gui/SensorDisplayLib/ProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksysguard/gui/SensorDisplayLib/ProcessList.h') diff --git a/ksysguard/gui/SensorDisplayLib/ProcessList.h b/ksysguard/gui/SensorDisplayLib/ProcessList.h index ccabce745..8964ccf77 100644 --- a/ksysguard/gui/SensorDisplayLib/ProcessList.h +++ b/ksysguard/gui/SensorDisplayLib/ProcessList.h @@ -106,7 +106,7 @@ public: /** * The udpate function can be used to update the displayed process * list. A current list of processes is requested from the OS. In - * case the list contains invalid or corrupted info, FALSE is + * case the list contains invalid or corrupted info, false is * returned. */ bool update(const TQString& list); -- cgit v1.2.3