https://bugs.kde.org/show_bug.cgi?id=320399
Laurent Montel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Laurent Montel <[email protected]> --- modify config file kpimcompletionorder add [General] UseNepomuk=false see: KConfig config( QLatin1String( "kpimcompletionorder" ) ); const KConfigGroup group( &config, QLatin1String( "General" ) ); useNepomukCompletion = group.readEntry( "UseNepomuk", true ); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
