diff options
Diffstat (limited to 'kcalc/kcalcdisplay.h')
-rw-r--r-- | kcalc/kcalcdisplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalcdisplay.h b/kcalc/kcalcdisplay.h index d12ba2f..338e721 100644 --- a/kcalc/kcalcdisplay.h +++ b/kcalc/kcalcdisplay.h @@ -110,7 +110,7 @@ public: TQString text() const; bool updateDisplay(void); void setStatusText(uint i, const TQString& text); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; private: bool _beep; bool _groupdigits; |