https://bugs.kde.org/show_bug.cgi?id=386948
--- Comment #6 from Wolfgang Bauer <wba...@tmo.at> --- Anyway, the reason for the build failure obviously is that open is #define'd to open64 (when the moc file is generated), and DataSourceFactory has a slot named "open"... So it should be fixed by either #undef'ing open, or rename that slot. I'll do the latter, as it's just a private slot that's only used in one place. -- You are receiving this mail because: You are watching all bug changes.