summaryrefslogtreecommitdiffstats
path: root/src/tdeio_umountwrapper.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:08:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:08:16 +0900
commit4f907f87f1c4eb4d89cedff195bf6c6cc64efe3b (patch)
tree05e5183a2cf9d666f430bd35339f3b9c0bae2f26 /src/tdeio_umountwrapper.cpp
parent6266de550ed923fb5db2f9417af4820e7c56fae0 (diff)
downloadtdeio-umountwrapper-4f907f87f1c4eb4d89cedff195bf6c6cc64efe3b.tar.gz
tdeio-umountwrapper-4f907f87f1c4eb4d89cedff195bf6c6cc64efe3b.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tdeio_umountwrapper.cpp')
-rw-r--r--src/tdeio_umountwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_umountwrapper.cpp b/src/tdeio_umountwrapper.cpp
index f14045e..c04de0e 100644
--- a/src/tdeio_umountwrapper.cpp
+++ b/src/tdeio_umountwrapper.cpp
@@ -45,7 +45,7 @@ tdeio_umountwrapper::tdeio_umountwrapper(const TQString& url)
TQTimer *t = new TQTimer(this);
connect(t, TQ_SIGNAL(timeout()), TQ_SLOT(progressAdvance()));
- t->start(10, FALSE);
+ t->start(10, false);
TDEProcess *p = new TDEProcess(this);
*p << "tdeio_media_mounthelper";