From 8f878546e0a859e78dfc2c6ff7f08507347a76ea Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Apr 2025 16:55:48 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- kmail/kmservertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmservertest.cpp') diff --git a/kmail/kmservertest.cpp b/kmail/kmservertest.cpp index 9173d69c..1ef59a3f 100644 --- a/kmail/kmservertest.cpp +++ b/kmail/kmservertest.cpp @@ -63,7 +63,7 @@ KMServerTest::KMServerTest( const TQString & protocol, const TQString & host, in //----------------------------------------------------------------------------- KMServerTest::~KMServerTest() { - if (mJob) mJob->kill(TRUE); + if (mJob) mJob->kill(true); } -- cgit v1.2.3