diff options
Diffstat (limited to 'khelpcenter/fontdialog.h')
-rw-r--r-- | khelpcenter/fontdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/fontdialog.h b/khelpcenter/fontdialog.h index fc468cd28..4a46fcd10 100644 --- a/khelpcenter/fontdialog.h +++ b/khelpcenter/fontdialog.h @@ -35,7 +35,7 @@ class FontDialog : public KDialogBase { Q_OBJECT public: - FontDialog( QWidget *parent, const char *name = 0 ); + FontDialog( TQWidget *parent, const char *name = 0 ); protected slots: virtual void slotOk(); @@ -57,7 +57,7 @@ class FontDialog : public KDialogBase KFontCombo *m_italicFontCombo; KFontCombo *m_fantasyFontCombo; KComboBox *m_defaultEncoding; - QSpinBox *m_fontSizeAdjustement; + TQSpinBox *m_fontSizeAdjustement; }; } |