diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:08:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:08:16 +0900 |
| commit | 4f907f87f1c4eb4d89cedff195bf6c6cc64efe3b (patch) | |
| tree | 05e5183a2cf9d666f430bd35339f3b9c0bae2f26 /src/tdeio_umountwrapper.cpp | |
| parent | 6266de550ed923fb5db2f9417af4820e7c56fae0 (diff) | |
| download | tdeio-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.cpp | 2 |
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"; |
