<br><font size=2 face="sans-serif">Hallo Phil,</font>
<br>
<br><font size=2 face="sans-serif">the *.moc.cpp and *.moc.o files are
produced / handled by the Qt Meta Object Compiler. They are generated from
the header files which you define your classes in. So it is safe to delete
them all. In this case the MOC is "forced" by the makefile to
re-generate them anew (provided your makefile is correct).</font>
<br><font size=2 face="sans-serif">If you look at the files mapvid.moc.cpp
and mapvid.moc.o, I guess you will see that they have been generated _before_
you started to port to KDE 3.2.3. Therefore there is some reference to
old code (MapVid::paintEvent) that you intended to remove (indicating that
your makefile might not be completely correct, and shoud be re-generated
as well).</font>
<br>
<br><font size=2 face="sans-serif">Hope it works.</font>
<br>
<br><font size=2 face="sans-serif">Best regards,</font>
<br>
<br><font size=2 face="sans-serif">Jost</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td>
<br>
<br>
<br>
<br>
<br><font size=1 face="sans-serif"><b>Phil <phil@spiderweb.com.au></b></font>
<p><font size=1 face="sans-serif">Gesendet von:</font>
<br><font size=1 face="sans-serif">Mailing list agent <mdom@barney.cs.uni-potsdam.de></font>
<p><font size=1 face="sans-serif">11.04.2005 14:08</font>
<br><font size=1 face="sans-serif">Bitte antworten an kdevelop</font>
<td><font size=1 face="Arial">        </font>
<br><font size=1 face="sans-serif">        An:
       kdevelop@kdevelop.org</font>
<br><font size=1 face="sans-serif">        Kopie:
       (Blindkopie: Jost-Martin Langner/ACN/LIGHTING/PHILIPS)</font>
<br><font size=1 face="sans-serif">        Thema:
       Question about p4</font>
<br><font size=1 face="sans-serif">        Klassifizierung:
       </font></table>
<br>
<br>
<br><font size=2><tt>Hello,<br>
<br>
I recently upgraded KDE to 3.2.3 and Kdevelop to 3.0.4 and now I'm having
<br>
problems compiling many of my old projects. I don't know if this because
of <br>
an error on my part, a bug or a missing library of some sort.<br>
<br>
One area that is causing me a real problem is this:<br>
<br>
I created a dialogue with Qt Designer that included a custom widget. I
then <br>
deleted the custom widget and saved the new dialogue files that Qt Designer
<br>
created. The .cpp and .h files generated by Qt Designer do not contain
any <br>
reference to the custom widget yet Kdevelop displays this error message:<br>
<br>
mapwid.moc.o(.gnu.linkonce.r._ZTV6MapWid+0x148):/home/phil/pesc/debug/src/mapwid.moc.cpp:36:
<br>
undefined reference to `MapWid::paintEvent(QPaintEvent*)'<br>
<br>
MapWid is the custom widget. How do I update the project to show that mapwid
<br>
is no longer included in the project?<br>
<br>
Does the following message mean that I'm missing something called "p4"?
If so <br>
where do I find it? A google search has not helped.<br>
<br>
/bin/sh: line 1: p4: command not found<br>
<br>
-- <br>
Regards,<br>
Phil.<br>
<br>
-<br>
to unsubscribe from this list send an email to kdevelop-request@kdevelop.org
with the following body:<br>
unsubscribe »your-email-address«<br>
</tt></font>
<br>