CVS commit by howells: This as well M +0 -3 kfileiconview.cpp 1.77 --- kdelibs/kio/kfile/kfileiconview.cpp #1.76:1.77 @@ -705,7 +705,4 @@ void KFileIconView::showEvent( QShowEven { KIconView::showEvent( e ); -#if QT_VERSION <= 302 - sort( !isReversed() ); -#endif }