D23290: Replace deprecated KFilterDev::device with KCompressionDevice in KBlackBox
Yuri Chornoivan <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
yurchor created this revision. yurchor added a reviewer: KDE Games. Herald added a subscriber: kde-games-devel. yurchor requested review of this revision. REVISION SUMMARY KFilterDev::device is deprecated: https://api.kde.org/frameworks/karchive/html/classKFilterDev.html This patch replaces it with KCompressionDevice as recommended. TEST PLAN 1. Compile and install KBlackBox. No warnings about deprecation should be shown. 2. Run KBlackBox. The theme should be loaded as expected. REPOSITORY R390 KBlackbox BRANCH master REVISION DETAIL https://phabricator.kde.org/D23290 AFFECTED FILES kbbthememanager.cpp To: yurchor, #kde_games Cc: kde-games-devel