#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngineHandler{ /* Some contents are skipped to improve readability */ public: QAbstractFileEngineHandler(); /* ... */ }; #endif // QABSTRACTFILEENGINE_H