Re: Help needed with KF5 port: KPart / KPluginLoader

2014-09-18 Thread Sebastian Kügler
Hi Christoph, On Wednesday, September 17, 2014 21:43:44 Christoph Feck wrote: > I am stuck with porting the kmplot application to frameworks. It builds, but > when run, it says that it could not find its part. > The code that should load the part is in kmplot.cpp, line 64+ > The declaration of th

Help needed with KF5 port: KPart / KPluginLoader

2014-09-17 Thread Christoph Feck
Hi, I am stuck with porting the kmplot application to frameworks. It builds, but when run, it says that it could not find its part. The code that should load the part is in kmplot.cpp, line 64+ The declaration of the part factory stuff is in maindlg.cpp, line 803+ (checkout kmplot/frameworks bra