summaryrefslogtreecommitdiffstats
path: root/examples/dclock/dclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dclock/dclock.cpp')
-rw-r--r--examples/dclock/dclock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dclock/dclock.cpp b/examples/dclock/dclock.cpp
index 18a855d4e..f5e5874f6 100644
--- a/examples/dclock/dclock.cpp
+++ b/examples/dclock/dclock.cpp
@@ -18,7 +18,7 @@
DigitalClock::DigitalClock( TQWidget *parent, const char *name )
: TQLCDNumber( parent, name )
{
- showingColon = FALSE;
+ showingColon = false;
setFrameStyle( TQFrame::Panel | TQFrame::Raised );
setLineWidth( 2 ); // set frame line width
showTime(); // display the current time