Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 4 months ago
parent 1e5e8835bf
commit 8325fed3c0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -402,7 +402,7 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const
TQTimer *t = new TQTimer ( this );
connect ( t, TQ_SIGNAL ( timeout() ), this, TQ_SLOT ( queryModState() ) );
t->start ( 500, FALSE );
t->start ( 500, false );
int padx= 554;
TQString txt[9] = { "Ho\nme", TQString::fromUtf8(""), "Pg\nUp",

Loading…
Cancel
Save