From 2cab1f3059038ab001f5185c29f0791c77aeeba1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 May 2025 15:55:36 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 89969dcb2142d91b295c8d18cde46e22ef118dce) --- kopete/protocols/gadu/gadudcctransaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols/gadu/gadudcctransaction.cpp') diff --git a/kopete/protocols/gadu/gadudcctransaction.cpp b/kopete/protocols/gadu/gadudcctransaction.cpp index 6367e5cb..9ae13e2b 100644 --- a/kopete/protocols/gadu/gadudcctransaction.cpp +++ b/kopete/protocols/gadu/gadudcctransaction.cpp @@ -269,7 +269,7 @@ GaduDCCTransaction::slotIncomingTransferAccepted ( Kopete::Transfer* transfer, c } else { // overwrite by default - if ( localFile_.open( IO_ReadWrite ) == FALSE ) { + if ( !localFile_.open( IO_ReadWrite ) ) { transfer->slotError ( TDEIO::ERR_COULD_NOT_WRITE, fileName ); closeDCC(); deleteLater (); -- cgit v1.2.3