|
|
@ -563,8 +563,6 @@ CollectionView::setShowDivider( bool show )
|
|
|
|
void
|
|
|
|
void
|
|
|
|
CollectionView::keyPressEvent( TQKeyEvent *e )
|
|
|
|
CollectionView::keyPressEvent( TQKeyEvent *e )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
typedef TQListViewItemIterator It;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Reimplement up and down to skip dividers and to loop around.
|
|
|
|
// Reimplement up and down to skip dividers and to loop around.
|
|
|
|
// Some of this code used to be in CollectionBrowser::eventFilter.
|
|
|
|
// Some of this code used to be in CollectionBrowser::eventFilter.
|
|
|
|
// This rewritten code is more faithful to the ordinary moving
|
|
|
|
// This rewritten code is more faithful to the ordinary moving
|
|
|
|