[PATCH] New kicker DCOP call
Simon Hausmann
hausmann at kde.org
Sat Jun 28 18:27:40 BST 2003
On Sat, Jun 28, 2003 at 01:19:07PM -0400, Ravikiran Rajagopal wrote:
> On Friday 27 June 2003 11:54, John Firebaugh wrote:
> > [snip]
> > class RecentlyLaunchedApps : private QPtrList<RecentlyLaunchedAppInfo>
> > {
> > ...
> >
> > public:
> > using QPtrList<RecentlyLaunchedAppInfo>::clear;
> > };
>
> The "using" directive is not used within KDE for compatibility reasons. For
> examples, please see kdeui/kmainwindow.h at finalizeGUI or kdeui/ktextedit.h
> at createPopupMenu.
>
> Carsten or Simon, care to comment?
The using keyword does not work in this context when compiled with
gcc 2.x .
Simon
More information about the kde-core-devel
mailing list