#include <QtCore/qprocess.h>
#ifndef QPROCESS_H
#ifndef QT_NO_PROCESS
class QProcess: public QIODevice{
public: enum ProcessChannelMode{
SeparateChannels = 0,
MergedChannels = 1,
ForwardedChannels = 2,
};
};
#endif // QT_NO_PROCESS
#endif // QPROCESS_H