diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-08 12:10:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-08 16:46:41 +0900 |
commit | 0821b7f9badc0bb1bf74d8b9040bce6f47997569 (patch) | |
tree | b8f15cd99f25ad3a97d2eb83ba03d914e6567534 /kbugbuster/gui | |
parent | 7fe83e6a30ffeb074d4e16a507d27439a733f4b3 (diff) | |
download | tdesdk-r14.1.4.tar.gz tdesdk-r14.1.4.zip |
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb63dae0e786f0bcf421bdff1d0bef70ba587f8b)
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r-- | kbugbuster/gui/loadallbugsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/loadallbugsdlg.cpp b/kbugbuster/gui/loadallbugsdlg.cpp index fd9db670..63210965 100644 --- a/kbugbuster/gui/loadallbugsdlg.cpp +++ b/kbugbuster/gui/loadallbugsdlg.cpp @@ -21,7 +21,7 @@ #include <tqtimer.h> LoadAllBugsDlg::LoadAllBugsDlg( const Package& pkg, const TQString &component ) - : TQDialog( 0L, "progressdlg", TRUE ) + : TQDialog( 0L, "progressdlg", true ) { m_bugLoadingProgress = new TDEIO::DefaultProgress( this ); connect( m_bugLoadingProgress, TQ_SIGNAL( stopped() ), |