#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ public: virtual bool mkdir(class QString const & dirName, bool createParentDirectories) const /* ... */ }; #endif // QABSTRACTFILEENGINE_H