20 #ifndef KMCONFIGFILTER_H
21 #define KMCONFIGFILTER_H
23 #include "kmconfigpage.h"
29 class KMConfigFilter :
public KMConfigPage
33 KMConfigFilter(TQWidget *parent = 0,
const char *name = 0);
35 void loadConfig(TDEConfig*);
36 void saveConfig(TDEConfig*);
39 void slotSelectionChanged();
40 void slotAddClicked();
41 void slotRemoveClicked();
44 void transfer(TDEListBox *from, TDEListBox *to);
47 TDEListBox *m_list1, *m_list2;
48 TQToolButton *m_add, *m_remove;
49 TQLineEdit *m_locationre;