rm Q_OBJECT where not needed (#515); copy edit GUI header files
found candidate files with
grep -l Q_OBJECT `fh` > /io/h
grep -L "signals:" `cat /io/h` > /io/hh
grep -L "slots:" `cat /io/hh` > /io/hhh
cat /io/hhh
Edited by Joachim Wuttke
found candidate files with
grep -l Q_OBJECT `fh` > /io/h
grep -L "signals:" `cat /io/h` > /io/hh
grep -L "slots:" `cat /io/hh` > /io/hhh
cat /io/hhh