From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kcharselect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdeui/kcharselect.h') diff --git a/kdeui/kcharselect.h b/kdeui/kcharselect.h index 79ea61820..526d594b6 100644 --- a/kdeui/kcharselect.h +++ b/kdeui/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 ); @@ -127,7 +127,7 @@ private: * KCharSelect supports keyboard and mouse navigation. Click+Move * always selects the character below the mouse cursor. Using the * arrow keys moves the focus mark around and pressing RETURN - * or SPACE selects the cell which tqcontains the focus mark. + * or SPACE selects the cell which contains the focus mark. * * To get the current selected character, use the chr() * method. You can set the character which should be displayed with @@ -157,7 +157,7 @@ public: /** * Reimplemented. */ - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; /** * Sets the font which is displayed to @p font -- cgit v1.2.1