#include #include class IpcProcessTun2Socks { SLOT( start() ); SLOT( stop() ); SIGNAL( setConnectionState(int state) ); SIGNAL( stateChanged(QProcess::ProcessState newState) ); };