summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-08 12:10:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-08 12:10:47 +0900
commitfb63dae0e786f0bcf421bdff1d0bef70ba587f8b (patch)
tree8a24fafe2ac78efbd8c9d06fa19bd6a111fb7aba /kbugbuster/gui
parentecfbbada6fb7d8fc15bef7ba124f592dd39fda90 (diff)
downloadtdesdk-fb63dae0e786f0bcf421bdff1d0bef70ba587f8b.tar.gz
tdesdk-fb63dae0e786f0bcf421bdff1d0bef70ba587f8b.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r--kbugbuster/gui/loadallbugsdlg.cpp2
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() ),