What about this?

#ifdef HAVE_BALOO
      #include <Baloo/NaturalFileQueryParser>
      #include <Baloo/QueryBuilder>
      #include <Baloo/Query>
      #include <Baloo/Term>
      #include <Baloo/IndexerConfig>
  -#include <QFontDatabase>
  #endif
  +#include <QFontDatabase>


On Wed, Oct 8, 2014 at 12:27 PM, Marko Käning <mk-li...@email.de> wrote:
> Hi Bhushan,
>
> On 08 Oct 2014, at 08:44 , Bhushan Shah <bhus...@gmail.com> wrote:
>> #ifdef HAVE_BALOO
>>    #include <Baloo/IndexerConfig>
>> -#include <KFormat>
>> #endif
>> +#include <KFormat>
>>
>> Can you try this?
>
> that fixed some stuff, but not all:
> ---
> [ 91%] [ 91%] Building CXX object 
> dolphin/src/tests/CMakeFiles/viewpropertiestest.dir/testdir.cpp.o
> Building CXX object 
> dolphin/src/CMakeFiles/kdeinit_dolphin.dir/settings/general/generalsettingspage.cpp.o
> /Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:28:
>  error: use of undeclared identifier 'QFontDatabase'
>     
> m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
>                            ^
> /Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:54:
>  error: use of undeclared identifier 'QFontDatabase'
>     
> m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
>                                                      ^
> /Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:492:55:
>  warning: unused parameter 'url' [-Wunused-parameter]
> void DolphinSearchBox::fromBalooSearchUrl(const KUrl& url)
>                                                       ^
> 1 warning and 2 errors generated.
> make[2]: *** 
> [dolphin/src/CMakeFiles/kdeinit_dolphin.dir/search/dolphinsearchbox.cpp.o] 
> Error 1
> make[2]: *** Waiting for unfinished jobs....
> ---
>
> Thanks for taking care of this!
>
> Greets,
> Marko
> _______________________________________________
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel



-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to