Skip to content

Rename LineEditUrlDropEventFilter -> KLineEditUrlDropEventFilter

The class name was missing the namespacing K prefix.

Unsure why there was replacement added in KF5, deprecating the old name. Perhaps was the binary overhead not consired worth avoiding the API breakage surprise in KF6?

https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=LineEditUrlDropEventFilter&_casesensitive=1 hints there are only two non-KF users in KDE repos, kget & kalzium. So indeed might be simpler to just change those two instead of the deprecation & duplication.

Merge request reports