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