Avoid deprecated methods of QHeaderView.
commitc3080acf75505d325f218fecfa5d7fe780afa8bc
authorJohannes Sixt <j6t@kdbg.org>
Sun, 25 Dec 2016 23:46:01 +0000 (26 00:46 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 31 Dec 2016 19:18:10 +0000 (31 20:18 +0100)
tree1c9e13c76420cfde249cf215d7643064d87a4407
parentcd0e3d756d7ec2a9b170a5bf4ac85a0b1bbb721b
Avoid deprecated methods of QHeaderView.

Replace setResizeMode() by setSectionResizeMode() and setClickable() by
setSectionsClickable().
kdbg/exprwnd.cpp
kdbg/memwindow.cpp
kdbg/procattach.cpp
kdbg/threadlist.cpp