<div dir="ltr"><div>Hi!<br><br>I'm porting KGeography to KF5, and I found some issues.<br><u><b><br>KConfigDialog::setHelp()</b></u><br><br><span style="font-family:courier new,monospace">KConfigDialog* dialog = new KConfigDialog(this, "settings", kgeographySettings::self());<br>
dialog->setHelp("configuration", "kgeography");</span><br><br>It gives me the following error:<br><span style="font-family:courier new,monospace"><br>/home/david/devel/kgeography/src/kgeography.cpp:170:13: error: ‘class KConfigDialog’ has no member named ‘setHelp’<br>
make[2]: *** [src/CMakeFiles/kgeography.dir/kgeography.cpp.o] Error 1<br>make[1]: *** [src/CMakeFiles/kgeography.dir/all] Error 2<br>make: *** [all] Error 2</span><br><br>What should I subtitute it for? Or should I drop it?<br>
<br><u><b>KApplication::setTopWidget()</b></u><br><br>I substituted KApplication for QApplication in main.cpp.<br><br><span style="font-family:courier new,monospace">QApplication app(argc, argv);<br>(...)<br>app.setTopWidget(new kgeography());</span><br>
<br>It gives me the following error:<br><span style="font-family:courier new,monospace"><br>/home/david/devel/kgeography/src/main.cpp: In function ‘int main(int, char**)’:<br>/home/david/devel/kgeography/src/main.cpp:21:9: error: ‘class QApplication’ has no member named ‘setTopWidget’</span><br>
<br></div>Should I drop it? Is there anything I can substitute it for?<br><div><br>Thanks,<br><br>David Gil</div></div>