From kde-commits Fri Oct 19 08:02:06 2007 From: David Faure Date: Fri, 19 Oct 2007 08:02:06 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1192780926.085290.16198.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119278093707637 SVN commit 726925 by dfaure: Porting hint about KMultipleDrag M +5 -0 KDE4PORTING.html M +1 -0 kde3support/kdecore/k3multipledrag.h --- trunk/KDE/kdelibs/KDE4PORTING.html #726924:726925 @@ -518,6 +518,11 @@ Q3MimeSourceFactory being in Qt3Support, and this feature being very rarely used, K3MimeSourceFactory isn't instanciated automatically anymore, you need to call K3MimeSourceFactory::install() in your main if you still depend on this feature.

+

KMultipleDrag

+

KMultipleDrag is obsolete, use QMimeData directly to provide contents in different mime formats.

+

To make porting more incremental, K3MultipleDrag is provided for code that needs to work with +Q3DragObject until being fully ported.

+

KNetwork::KIpAddress

Removed. Use QHostAddress instead.

--- trunk/KDE/kdelibs/kde3support/kdecore/k3multipledrag.h #726924:726925 @@ -49,6 +49,7 @@ * Note that the drag objects added to the multiple drag become owned by it. * For that reason their parent should be 0. * + * @deprecated use QMimeData instead * @author David Faure */ class KDE3SUPPORT_EXPORT K3MultipleDrag : public Q3DragObject