a file which includes the following stuff:

#include "NavigatorProject.h" // header of the current class

#include <QFileDialog>
#include <QFileInfo>
#include <QList>
#include <QDataStream>
#include <QMessageBox>
#include <QInputDialog>


// many, many classes imported from my own libs

...
...
...


the warning comes when the file is compiled which includes the shown headers.

regards,
jh