diff options
Diffstat (limited to 'tdeui/kcharselect.h')
-rw-r--r-- | tdeui/kcharselect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kcharselect.h b/tdeui/kcharselect.h index 244f06953..3baf2fc46 100644 --- a/tdeui/kcharselect.h +++ b/tdeui/kcharselect.h @@ -56,7 +56,7 @@ public: KCharSelectTable( TQWidget *parent, const char *name, const TQString &_font, const TQChar &_chr, int _tableNum ); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; virtual void resizeEvent( TQResizeEvent * ); virtual void setFont( const TQString &_font ); @@ -157,7 +157,7 @@ public: /** * Reimplemented. */ - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; /** * Sets the font which is displayed to @p font |