From: Manuel Nickschas Date: Sun, 1 Apr 2012 21:03:41 +0000 (+0200) Subject: Fix includes X-Git-Tag: 0.9-beta1~81 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=4ae8f86c1ce452582d6fe576956c7c1bc1460adf;hp=4ae8f86c1ce452582d6fe576956c7c1bc1460adf Fix includes Using the and includes is bad, because it introduces unnecessary slowness during compilation; also, Qt5 moved some stuff around (e.g. from QtGui to QtWidgets). So remove these, and add the proper #includes where needed instead. ---