20 #ifndef KMCONFIGFONTS_H 21 #define KMCONFIGFONTS_H 23 #include "kmconfigpage.h" 30 class KMConfigFonts :
public KMConfigPage
34 KMConfigFonts(TQWidget *parent = 0,
const char *name = 0);
36 void loadConfig(KConfig*);
37 void saveConfig(KConfig*);
45 void slotTextChanged(
const TQString&);
48 TQCheckBox *m_embedfonts;
49 KListView *m_fontpath;
50 KURLRequester *m_addpath;
51 TQPushButton *m_up, *m_down, *m_add, *m_remove;