settings/konqhtml: use the in-tree ktabwidget class
ClosedPublic

Authored by ahmadsamir on Oct 19 2019, 9:03 PM.

Diff Detail

Repository
R226 Konqueror
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir requested review of this revision.Oct 19 2019, 9:03 PM
ahmadsamir created this revision.
dfaure requested changes to this revision.Oct 20 2019, 10:13 AM

This looks wrong. This code doesn't need KTabWidget (which has webbrowser-specific features), it should be ported to QTabWidget instead.

This revision now requires changes to proceed.Oct 20 2019, 10:13 AM

This looks wrong. This code doesn't need KTabWidget (which has webbrowser-specific features), it should be ported to QTabWidget instead.

OK, will do. :)

Use QTabWidget instead of KTabWidget

dfaure accepted this revision.Oct 20 2019, 11:23 AM
This revision is now accepted and ready to land.Oct 20 2019, 11:23 AM
This revision was automatically updated to reflect the committed changes.