summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9progress.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:46 +0900
commit670e452260e760e9439f39460c6b236387084828 (patch)
tree6f785bab41b15e4e4a4e474412036e9f120c09dc /libk9copy/k9progress.cpp
parentfd87d19694a3a63b7fbe8afdbe0bcfab57066083 (diff)
downloadk9copy-670e452260e760e9439f39460c6b236387084828.tar.gz
k9copy-670e452260e760e9439f39460c6b236387084828.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk9copy/k9progress.cpp')
-rw-r--r--libk9copy/k9progress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9progress.cpp b/libk9copy/k9progress.cpp
index de6c893..5fa698d 100644
--- a/libk9copy/k9progress.cpp
+++ b/libk9copy/k9progress.cpp
@@ -64,7 +64,7 @@ int k9Progress::execute() {
return -1;
}
-// m_timer.start(200,FALSE);
+// m_timer.start(200,false);
show();
m_canceled=false;
//the sync method allows to wait for the process end while receiving stdout.