#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ public: static class QAbstractFileEngine* create(class QString const & fileName); /* ... */ }; #endif // QABSTRACTFILEENGINE_H