From kde-core-devel Tue Oct 29 20:43:18 2002 From: Richard Moore Date: Tue, 29 Oct 2002 20:43:18 +0000 To: kde-core-devel Subject: Re: Deprecate KColorDrag and KContextMenuManager? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=103592439204687 Pascal Létourneau wrote: > > Hi > > I think these two classes (in kdeui) should be marked as deprecated. > > KColorDrag: quasi-identical to QColorDrag. Dunno about this. > KContextMenuManager: the use of QContextMenuEvent seems more appropriate. KContextMenu is much easier to use - a one liner vs. a complete function. It is also more flexible as it allows you to add a context menu without creating a subclass which is very useful. Cheers Rich. > > Pascal Létourneau