20 #ifndef KMCONFIGGENERAL_H 21 #define KMCONFIGGENERAL_H 23 #include "kmconfigpage.h" 29 class KMConfigGeneral :
public KMConfigPage
33 KMConfigGeneral(TQWidget *parent = 0);
35 void loadConfig(KConfig*);
36 void saveConfig(KConfig*);
39 void slotTestPagePreview();
40 void testPageChanged(
const TQString & );
41 void setEnabledPreviewButton(
bool b);
43 KIntNumInput *m_timer;
44 KURLRequester *m_testpage;
45 TQCheckBox *m_defaulttestpage;
46 TQPushButton *m_preview;
47 TQCheckBox *m_statusmsg, *m_uselast;