// // C++ Interface: k9tools // // Description: // // // Author: Jean-Michel PETIT , (C) 2006 // // Copyright: See COPYING file that comes with this distribution // // #ifndef K9TOOLS_H #define K9TOOLS_H #include /** @author Jean-Michel PETIT */ class k9Tools{ private: k9Tools() {}; ~k9Tools(){}; public: static bool checkProgram(TQString _progName); static void clearOutput(TQString name); }; #endif