summaryrefslogtreecommitdiffstats
path: root/doc/html/qfont-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qfont-h.html')
-rw-r--r--doc/html/qfont-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qfont-h.html b/doc/html/qfont-h.html
index 812ff5b9d..ea8e4cbf1 100644
--- a/doc/html/qfont-h.html
+++ b/doc/html/qfont-h.html
@@ -137,10 +137,10 @@ public:
// specific font
#ifdef Q_QDOC
TQFont( const TQString &family, int pointSize = 12, int weight = Normal,
- bool italic = FALSE );
+ bool italic = false );
#else
TQFont( const TQString &family, int pointSize = -1, int weight = -1,
- bool italic = FALSE );
+ bool italic = false );
#endif
// copy constructor
TQFont( const TQFont & );
@@ -232,7 +232,7 @@ public:
#endif
#if defined(TQ_WS_QWS)
- void qwsRenderToDisk(bool all=TRUE);
+ void qwsRenderToDisk(bool all=true);
#endif