#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ protected: void setError(enum QFile::FileError error, class QString const & str); /* ... */ }; #endif // QABSTRACTFILEENGINE_H