diff options
Diffstat (limited to 'src/src/chart.h')
-rw-r--r-- | src/src/chart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/chart.h b/src/src/chart.h index 3a17494..8bd8be8 100644 --- a/src/src/chart.h +++ b/src/src/chart.h @@ -28,7 +28,7 @@ class TQPaintEvent; class Chart : public TQWidget { public: Chart(TQWidget* parent, const double* uploadBuffer, const double* downloadBuffer, int bufferSize, const int* ptr, const double* maxspeed); - TQSize tqsizeHint() { return TQSize(200, 100); } + TQSize sizeHint() { return TQSize(200, 100); } protected: void paintEvent( TQPaintEvent* ev ); |