diff options
Diffstat (limited to 'khexedit/lib/khexedit.h')
-rw-r--r-- | khexedit/lib/khexedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/khexedit.h b/khexedit/lib/khexedit.h index 00a25d6..b974542 100644 --- a/khexedit/lib/khexedit.h +++ b/khexedit/lib/khexedit.h @@ -130,8 +130,8 @@ class KHEXEDIT_EXPORT KHexEdit : public KColumnsView // void focusOutEvent( TQFocusEvent *FocusEvent ); virtual bool eventFilter( TQObject *O, TQEvent *E ); - virtual TQSize tqsizeHint() const; - virtual TQSize tqminimumSizeHint() const; + virtual TQSize sizeHint() const; + virtual TQSize minimumSizeHint() const; public: // value access |