Home GnuPG

Remove useless checks for QT_NO_TREEWIDGET

Description

Remove useless checks for QT_NO_TREEWIDGET

We don't support a Qt without QTreeWidget. And it wouldn't compile anyway
because we include the include file without #ifdef.