diff options
Diffstat (limited to 'kodo/kimagenumber.h')
-rw-r--r-- | kodo/kimagenumber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/kimagenumber.h b/kodo/kimagenumber.h index 0500d76..5719e1b 100644 --- a/kodo/kimagenumber.h +++ b/kodo/kimagenumber.h @@ -40,7 +40,7 @@ public: virtual ~KImageNumber(); void paintEvent(TQPaintEvent*); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; double value() const; public slots: |