From kde-commits Sat Jul 09 16:19:46 2005 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Sat, 09 Jul 2005 16:19:46 +0000 To: kde-commits Subject: KDE/kdelibs/kio/kfile Message-Id: <1120925986.910047.11064.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112092600331287 SVN commit 433073 by luis_pedro: Don't explicitly instatiate QPtrList here. Caused a lot of pain on Mac OS X M +0 -2 kopenwith.cpp --- trunk/KDE/kdelibs/kio/kfile/kopenwith.cpp #433072:433073 @@ -64,8 +64,6 @@ #include #include -template class QPtrList; - #define SORT_SPEC (QDir::DirsFirst | QDir::Name | QDir::IgnoreCase)