On Tue, Sep 16, 2014 at 11:13 AM, Bhushan Shah <bhus...@gmail.com> wrote:
> Umm strange, I don't see this error.. I myself have ported it and it
> works fine here.. let me try and see what can cause this error..

Okay now I see problem, in KF5 constructor is,

KRun (const QUrl &url, QWidget *window, bool showProgressInfo=true,
const QByteArray &asn=QByteArray())

While in KDE4 version constructor was,

KRun (const KUrl &url, QWidget *window, mode_t mode=0, bool
isLocalFile=false, bool showProgressInfo=true, const QByteArray
&asn=QByteArray())

and in Linux somehow

KRun *runner = new KRun(url, 0, 0, false);

is working fine, will correct it in little time..
-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to