<div dir="ltr"><div><div><div>Hi,<br><br></div>I have these remaining problems to make kiten compileable without commenting these codes.<br></div>Any idea how to port these codes to framework 5?<br><br>1. CMakeLists.txt<br>
    kde4_add_app_icon -> i commented this for temporary<br><br>2. app/kiten.cpp<br>    if ( ! kapp->sessionConfig()->hasGroup( "app" ) )  -> how to port this line?<br><br>3. app/dictionaryupdatemanager.cpp<br>
    QString dictPath = KGlobal::dirs()->locateLocal( "data", QString( "kiten/" ) + fileName, true ); -> how to port this locateLocal with the create directory parameter TRUE.<br><br>4. app/searchstringinput.cpp<br>
_actionTextInput = new KHistoryComboBox( _parent );<br>...<br>QAction *actionsearchbox = _parent->actionCollection()->addAction( "searchbox" );<br>actionsearchbox->setDefaultWidget( _actionTextInput );  --> setDefaultWidget is not available for QAction, is it ok to just remove this line?<br>
<br><br><br></div>Regards,<br>Reza<br></div>