<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 10, 2014 at 11:12 PM, Marko Käning <span dir="ltr"><<a href="mailto:mk-lists@email.de" target="_blank">mk-lists@email.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">After recent changes to kde-baseapps there is still some usage of KLineEdit left in the sources:<br>
<br>
[ 91%] Building CXX object dolphin/src/CMakeFiles/kdeinit_dolphin.dir/settings/general/confirmationssettingspage.cpp.o<br>
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:77:18: error: member access into incomplete type 'KLineEdit'<br>
    m_searchInput->setText(text);<br>
                 ^<br></blockquote><div><br></div><div>Try adding a "#include <KLineEdit>" on top of the file, with the rest of the includes.</div><div><br></div><div>Should solve the issue. If it does, then it should be there.</div><div><br></div><div>Aleix</div></div></div></div>