diff options
Diffstat (limited to 'kcontrol/kdm/kdm-font.h')
-rw-r--r-- | kcontrol/kdm/kdm-font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kdm/kdm-font.h b/kcontrol/kdm/kdm-font.h index 427da8e8b..c636a6f90 100644 --- a/kcontrol/kdm/kdm-font.h +++ b/kcontrol/kdm/kdm-font.h @@ -25,7 +25,7 @@ class KFontRequester; class TQCheckBox; -class KDMFontWidget : public QWidget +class KDMFontWidget : public TQWidget { Q_OBJECT @@ -45,7 +45,7 @@ protected slots: void set_def(); private: - QCheckBox *aacb; + TQCheckBox *aacb; KFontRequester *greetingFontChooser; KFontRequester *failFontChooser; KFontRequester *stdFontChooser; |