#include <QtCore/qdir.h> #ifndef QDIR_H class QDir{ /* Some contents are skipped to improve readability */ public: QDir(class QString const & path = QString::QString()); /* ... */ }; #endif // QDIR_H