summaryrefslogtreecommitdiffstats
path: root/dcoppython/shell
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-29 13:40:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-29 13:40:11 +0900
commit1450fdc10ca35a40b47054f418ff25b1ebba6503 (patch)
treea9767775fd78baf59755bb97a52f360c1d2d52bf /dcoppython/shell
parent1dafb969a54a3ff48846995f167252bc0c2799a8 (diff)
downloadtdebindings-1450fdc10ca35a40b47054f418ff25b1ebba6503.tar.gz
tdebindings-1450fdc10ca35a40b47054f418ff25b1ebba6503.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcoppython/shell')
-rw-r--r--dcoppython/shell/pcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp
index 01b45c7f..f0f7551f 100644
--- a/dcoppython/shell/pcop.cpp
+++ b/dcoppython/shell/pcop.cpp
@@ -276,7 +276,7 @@ namespace PythonDCOP {
{
m_type = 0;
- m_params.setAutoDelete( TRUE );
+ m_params.setAutoDelete( true );
// Find the space that separates the type from the name
int k = signature.find( ' ' );