<br><br><div class="gmail_quote">2008/7/11 Aaron J. Seigo <<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Friday 11 July 2008, alessandro diaferia wrote:<br>
> Is it just matter of making them not virtual?<br>
<br>
</div>as Richard noted, it seems those methods don't need to be virtual at all. so<br>
just make them non-virtual and things should be good.<br>
<font color="#888888"><br>
</font></blockquote></div><br>As suggested I made methods non-virtual. But I get the following error at compiling time:<br><br clear="all">Linking CXX shared library ../lib/libkio.so                                                                    <br>
CMakeFiles/kio.dir/kfile/kfiledialog.o: In function `KFileDialog::setConfirmOverwrite(bool)':                  <br>kfiledialog.cpp:(.text+0x8e0): undefined reference to `KAbstractFileWidget::setConfirmOverwrite(bool)'         <br>
collect2: ld returned 1 exit status                                                                            <br>make[2]: *** [lib/libkio.so.5.1.0] Error 1                                            &nbs
 p;                        <br>
make[1]: *** [kio/CMakeFiles/kio.dir/all] Error 2                                                              <br>make: *** [all] Error 2 <br><br><br>Where did I make the mistake?<br>-- <br>Alessandro