summaryrefslogtreecommitdiffstats
path: root/kcontrol/tdm/tdm-font.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/tdm/tdm-font.h')
-rw-r--r--kcontrol/tdm/tdm-font.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/tdm/tdm-font.h b/kcontrol/tdm/tdm-font.h
index 67b2c864d..fbbbc5028 100644
--- a/kcontrol/tdm/tdm-font.h
+++ b/kcontrol/tdm/tdm-font.h
@@ -22,7 +22,7 @@
#include <tqwidget.h>
-class KFontRequester;
+class TDEFontRequester;
class TQCheckBox;
class TDMFontWidget : public TQWidget
@@ -46,9 +46,9 @@ protected slots:
private:
TQCheckBox *aacb;
- KFontRequester *greetingFontChooser;
- KFontRequester *failFontChooser;
- KFontRequester *stdFontChooser;
+ TDEFontRequester *greetingFontChooser;
+ TDEFontRequester *failFontChooser;
+ TDEFontRequester *stdFontChooser;
};