diff options
Diffstat (limited to 'examples/demo/display.cpp')
-rw-r--r-- | examples/demo/display.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/display.cpp b/examples/demo/display.cpp index 52b2d220d..935dfef7a 100644 --- a/examples/demo/display.cpp +++ b/examples/demo/display.cpp @@ -156,7 +156,7 @@ DisplayWidget::DisplayWidget( TQWidget *parent, const char *name ) TQHBoxLayout *hbox = new TQHBoxLayout( vbox ); screen = new Screen( this ); dial = new TQDial( this ); - dial->setNotchesVisible( TRUE ); + dial->setNotchesVisible( true ); dial->setRange( -10, 10 ); dial->setValue( 1 ); screen->setStep( dial->value() ); |