Hi Phil, for the sake of symmetry, I suggest applying attached patch. I couldn't exploit any problems without it, though.
Pete
--- sip/qlistbox.sip~ 2003-01-26 02:03:45.000000000 +0100 +++ sip/qlistbox.sip 2003-01-27 11:02:37.000000000 +0100 @@ -402,11 +402,11 @@ void focusOutEvent(QFocusEvent *); void resizeEvent(QResizeEvent *); void showEvent(QShowEvent *); %If (Qt_3_0_0 -) - void eventFilter(QObject *,QEvent *); + bool eventFilter(QObject *,QEvent *); %End void updateItem(int); void updateItem(QListBoxItem *);
