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(KConfig*);
36 void saveConfig(KConfig*);
39 void slotSelectionChanged();
40 void slotAddClicked();
41 void slotRemoveClicked();
44 void transfer(KListBox *from, KListBox *to);
47 KListBox *m_list1, *m_list2;
48 TQToolButton *m_add, *m_remove;
49 TQLineEdit *m_locationre;