~fboucault/libdbusmenu-qt/more_specific_includes

« back to all changes in this revision

Viewing changes to tests/dbusmenuexportertest.h

  • Committer: Florian Boucault
  • Date: 2012-01-05 00:11:04 UTC
  • Revision ID: florian@boucault.net-20120105001104-5adrqpznn5i2h6kc
Use more specific includes containing the Qt module name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QtGui>
26
26
 
27
27
// Qt
28
 
#include <QObject>
 
28
#include <QtCore/QObject>
29
29
 
30
30
// Local
31
31