Whenever Qt designer 4.1 creates ui code the includes are generated as #include <QtGui/QApplication>, however documentation suggests to use #include <QApplication> instead.

What are the advantages/disadvantages of both variants, and which should be used to stay compliant with future versions?