summaryrefslogtreecommitdiffstats
path: root/examples/themes/metal.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/themes/metal.h')
-rw-r--r--examples/themes/metal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/themes/metal.h b/examples/themes/metal.h
index 7838bd1c5..fb6fc943e 100644
--- a/examples/themes/metal.h
+++ b/examples/themes/metal.h
@@ -67,9 +67,9 @@ public:
private:
void drawMetalFrame( TQPainter *p, int x, int y, int w, int h ) const;
void drawMetalGradient( TQPainter *p, int x, int y, int w, int h,
- bool sunken, bool horz, bool flat=FALSE ) const;
+ bool sunken, bool horz, bool flat=false ) const;
void drawMetalButton( TQPainter *p, int x, int y, int w, int h,
- bool sunken, bool horz, bool flat=FALSE ) const;
+ bool sunken, bool horz, bool flat=false ) const;
TQPalette oldPalette;
};