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