The Nepomuk code base explicitly defines namepsace Nepomuk2 { .. } in the headers. And in the cpp files, the function names are prepended with the namespace name (Nepomuk2). So a class looks like - // Header namespace Nepomuk2 { class Foo { Foo(); } } // Source (cpp) Nepomuk2::Foo:Foo() { .. } It would be better if the source files also contained a 'namespace Nepomuk2 { .. }' instead of explicitly defining the namespace before each function. There doesn't need to be any indentation inside namespace Nepomuk2 { .. } Relevant Code: nepomuk-core/* and kde-runtime/nepomuk/*
Thank you for taking the time to file a bug report. The Nepomuk project is no longer included in the KDE Software Compilation. With Plasma 5, we have replaced most of the underlying technology with Baloo and other components. Hopefully this will have addressed your concern. We encourage you to try to Plasma 5 (+Baloo) and let us know if your problem persists.