~fboucault/dee-qt/qt5

« back to all changes in this revision

Viewing changes to test.h

  • Committer: Florian Boucault
  • Date: 2012-01-04 23:52:05 UTC
  • Revision ID: florian@boucault.net-20120104235205-oe8f5sd2dedbqnk3
Use more specific includes containing the Qt module name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef TEST_H
21
21
#define TEST_H
22
22
 
23
 
#include <QCoreApplication>
24
 
#include <QDebug>
 
23
#include <QtCore/QCoreApplication>
 
24
#include <QtCore/QDebug>
25
25
 
26
26
#include "deelistmodel.h"
27
27