<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<blockquote type="cite" cite="mid200210111449.58838.harry@kdevelop.org">
  <pre wrap="">Hi,

On Friday 11 October 2002 14:30, Devrim Erdem wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">1.) I made the following changes to CVS head to compile Gideon :

in addtooldlg.ui.h, added " #include "kurlrequester.h" " , to the list
of includes.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
this shoudln't be neccessary since kurlrequester.h is included in the 
generated .cpp file. Maybe your uic doesn't recognize KDE Widgets? If you do 
a "touch addtooldlg.ui && make", what's the uic call? If you look at the 
generated addtooldlg.cpp, is there a "#include <kurlrequester.h>" line?
  </pre>
</blockquote>
/vires/devrim/Files/Gideon/qt-x11-free-3.0.5/bin/uic -L /opt/kde3/lib/kde3/plugins/designer
-nounload -o addtooldlg.h ./addtooldlg.ui<br>
<br>
I checked the  addtooldlg.cpp and it has no include for kurlrequester.<br>
<br>
( FYI: I have grabbed from CVS a couple of hours ago. )<br>
<br>
Max.<br>
</body>
</html>