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