Avoid deprecation warnings with Qt 5.7
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Sep 2016 20:28:46 +0000 (22:28 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Sep 2016 20:28:46 +0000 (22:28 +0200)
commit8eab2bd6ca5c9b8de11ed1db6d0900d9c9360a5d
treec0cfcc483e1069889c286fd48552d91438e497c6
parentb707eb2ccc87feafa6a4f88a55462c9ef84c86f3
Avoid deprecation warnings with Qt 5.7

The versioned QStyleOption derivatives are deprecated in Qt 5,
and Qt 5.7 actually gets noisy about that. So remove these by
the unversioned class names.
src/uisupport/bufferview.cpp
src/uisupport/multilineedit.cpp