#include <QtCore/qfsfileengine.h> #ifndef QFSFILEENGINE_H class QFSFileEngine: public QAbstractFileEngine{ /* Some contents are skipped to improve readability */ protected: QFSFileEngine(struct QFSFileEnginePrivate& dd); /* ... */ }; #endif // QFSFILEENGINE_H