diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-29 13:40:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-06-30 10:21:30 +0900 |
| commit | 457d756c0ba83acdb3405446e23100468b768c2e (patch) | |
| tree | 761f72a842a3095537016b59ff03116419e86991 /dcoppython/shell | |
| parent | e3d93d88bfa9b4112625971d3b64bca889a21581 (diff) | |
| download | tdebindings-457d756c.tar.gz tdebindings-457d756c.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1450fdc10ca35a40b47054f418ff25b1ebba6503)
Diffstat (limited to 'dcoppython/shell')
| -rw-r--r-- | dcoppython/shell/pcop.cpp | 2 |
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( ' ' ); |
