[kde-freebsd] Build errors in KDE4 svn: kdebase/apps/kinfocenter/base/info_fbsd.cpp

David Johnson david at usermode.org
Sat Apr 12 17:04:49 CEST 2008


> On 11/04/08, David Johnson wrote:
> But I am still getting the same error messages about missing find() in
> QString. How can I force cmakekde to use this compatibility classes?

find() is still a part of the QString class. But you need to build
Q3Support to get it. Since you have done that, I'm not sure what the
problem is. Possibly some macro is missing in the build that will turn
this support on.

As a workaround, you can replace all find() calls with indexOf().

David


More information about the kde-freebsd mailing list