From kde-devel Sun Mar 26 03:28:34 2000 From: Cristian Tibirna Date: Sun, 26 Mar 2000 03:28:34 +0000 To: kde-devel Subject: Re: qvariant.h X-MARC-Message: https://marc.info/?l=kde-devel&m=95404123712084 Hi su rm $KDEDIR/include/qvariant.h Then retry the compile. QVariant was once in qk (the qt fixes by qt), then was taken out but the previously installed headers were never cleaned (if you don't do a completely clean install, in a virgin system directory). Cristian Tibirna : ctibirna@total.net : www.total.net/~ctibirna PhD Student : ctibirna@gch.ulaval.ca : web.gch.ulaval.ca/~ctibirna KDE contact - Canada : tibirna@kde.org : www.kde.org On Sat, 25 Mar 2000, Stephan Heigl wrote: > Hi, > > when i try to compile my code i get lot's of error's in qvariant.h. First i > thought i left some braces... > or there's somewhere a charater where no one should be....then i remove > #include > from the header(my code) and it works....but i need ksimpleconfig....and i > can't find the mistake. I use some forward declarations but nothing special > else.....The error isn't in qvariant of course....because other programms > compile flawless..... > > anyone encounter problem's like this? i don't know how to solve this > problem..... > > regards > > stephan > >