summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqfont.h')
-rw-r--r--src/kernel/ntqfont.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqfont.h b/src/kernel/ntqfont.h
index d2a45c981..e4aeb85ad 100644
--- a/src/kernel/ntqfont.h
+++ b/src/kernel/ntqfont.h
@@ -101,10 +101,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 & );
@@ -196,7 +196,7 @@ public:
#endif
#if defined(TQ_WS_QWS)
- void qwsRenderToDisk(bool all=TRUE);
+ void qwsRenderToDisk(bool all=true);
#endif