summaryrefslogtreecommitdiffstats
path: root/kdeui/kfontdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kfontdialog.h')
-rw-r--r--kdeui/kfontdialog.h4
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 <pbrown@kde.org>, Bernd Wuebben <wuebben@kde.org>
* @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:
/**