diff options
Diffstat (limited to 'kdeui/kfontdialog.h')
-rw-r--r-- | kdeui/kfontdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kfontdialog.h b/kdeui/kfontdialog.h index 266090c37..bc5b817eb 100644 --- a/kdeui/kfontdialog.h +++ b/kdeui/kfontdialog.h @@ -51,7 +51,7 @@ class KIntNumInput; * @author Preston Brown <[email protected]>, Bernd Wuebben <[email protected]> * @version $Id$ */ -class KDEUI_EXPORT KFontChooser : public QWidget +class KDEUI_EXPORT KFontChooser : public TQWidget { Q_OBJECT Q_PROPERTY( TQFont font READ font WRITE setFont ) @@ -252,7 +252,7 @@ public: /** * Reimplemented for internal reasons. */ - virtual TQSize sizeHint( void ) const; + virtual TQSize tqsizeHint( void ) const; signals: /** |