summaryrefslogtreecommitdiffstats
path: root/src/src/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/chart.h')
-rw-r--r--src/src/chart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/chart.h b/src/src/chart.h
index 8bd8be8..3a17494 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 sizeHint() { return TQSize(200, 100); }
+ TQSize tqsizeHint() { return TQSize(200, 100); }
protected:
void paintEvent( TQPaintEvent* ev );