From kde-commits Sat Feb 15 23:41:16 2003 From: Chris Howells Date: Sat, 15 Feb 2003 23:41:16 +0000 To: kde-commits Subject: kdelibs/kio/kfile X-MARC-Message: https://marc.info/?l=kde-commits&m=104535252516780 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 }