summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tqfontdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-05 18:54:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-05 19:05:59 +0900
commit771af909e74927126fba90ec6e0298dc68d5bf4f (patch)
treee03837162c9ab8ed4908621f623b6d49ec1588a2 /src/dialogs/tqfontdialog.h
parentd9f24c630d3a86190017de303bc5750e532cdb61 (diff)
downloadtqt-771af909e74927126fba90ec6e0298dc68d5bf4f.tar.gz
tqt-771af909e74927126fba90ec6e0298dc68d5bf4f.zip
Replace TRUE/FALSE with boolean values true/false - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs/tqfontdialog.h')
-rw-r--r--src/dialogs/tqfontdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/tqfontdialog.h b/src/dialogs/tqfontdialog.h
index bb19b7676..178781ee7 100644
--- a/src/dialogs/tqfontdialog.h
+++ b/src/dialogs/tqfontdialog.h
@@ -75,7 +75,7 @@ private:
static TQFont getFont( bool *ok, const TQFont *def,
TQWidget* parent=0, const char* name=0);
- TQFontDialog( TQWidget* parent=0, const char* name=0, bool modal=FALSE,
+ TQFontDialog( TQWidget* parent=0, const char* name=0, bool modal=false,
WFlags f=0 );
~TQFontDialog();