#include <QtCore/qabstractfileengine.h>
#ifndef QABSTRACTFILEENGINE_H
class QAbstractFileEngine{
   /* Some contents are skipped to improve readability */
   public: typedef class QFlags < enum QAbstractFileEngine::FileFlag > FileFlags;
   /* ... */
};
#endif // QABSTRACTFILEENGINE_H