kdevelop2 doesn't compile under kde3

Ralf Nolden nolden at kde.org
Tue Nov 27 19:24:41 UTC 2001


On Tuesday, 27. November 2001 01:02, you wrote:

Don't worry, I may have a look later while I'm at it as I need my changes to 
compile under KDE3 also. The error is related to KLinedit though :)  I'm 
close of having most of the old stuff working again so I may commit tomorrow 
or wednesday.

Ralf
> Ralf Nolden wrote:
> > Hi there,
> >
> > due to *our* latest changes - the autocompletion in the classdialog -
> > kdevelop2 doesn't compile under KDE 3 anymore. I fixed Ellis' changes by
> > using #ifdef's so they compile under both systems again, just the
> > autocompletion needs a fix.
>
> i did this stuff - but i have no kde3 here ;-(
>
> i suggest to #ifdef out this change; until someone finds a solution;
> shouldn't be to hard: i copied the lines from the klineedit docs
>
> file: wzconnectdlgimpl.cpp
> line 141
> line 249
>     typeCompletion->addItem(...);
>
> line 903 - 922
>    // auto completion on types
> ...
>    connect(leMethType_2,SIGNAL(returnPressed(const
> QString&)),typeCompletion,SLOT(addItem(const QString&)));
>
> hth
> Gustl





More information about the KDevelop-devel mailing list