diff options
Diffstat (limited to 'examples/chart/chartform.h')
| -rw-r--r-- | examples/chart/chartform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chart/chartform.h b/examples/chart/chartform.h index 926bd69be..b843a8ac5 100644 --- a/examples/chart/chartform.h +++ b/examples/chart/chartform.h @@ -29,7 +29,7 @@ public: ~ChartForm(); int chartType() { return m_chartType; } - void setChanged( bool changed = TRUE ) { m_changed = changed; } + void setChanged( bool changed = true ) { m_changed = changed; } void drawElements(); TQPopupMenu *optionsMenu; // Why public? See canvasview.cpp |
