24#ifndef FILTERSELECTIONWIDGET_H
25#define FILTERSELECTIONWIDGET_H
36class FilterSelectionWidget : public TQHBox
42 FilterSelectionWidget( TQWidget *parent, const char *name = 0 );
43 ~FilterSelectionWidget();
45 void setItems( const TQStringList &names );
47 int currentItem() const;
48 void setCurrentItem( int index );
51 void filterActivated( int );
54 KComboBox *mFilterCombo;
|