diff options
Diffstat (limited to 'src/k9redirect.h')
-rw-r--r-- | src/k9redirect.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/k9redirect.h b/src/k9redirect.h new file mode 100644 index 0000000..24b3cd5 --- /dev/null +++ b/src/k9redirect.h @@ -0,0 +1,28 @@ +// +// C++ Interface: k9redirect +// +// Description: +// +// +// Author: Jean-Michel PETIT <[email protected]>, (C) 2007 +// +// Copyright: See COPYING file that comes with this distribution +// +// +#ifndef K9REDIRECT_H +#define K9REDIRECT_H + +#include "k9common.h" +#include <qfile.h> +/** + @author Jean-Michel PETIT <[email protected]> +*/ +class k9Redirect{ +public: + k9Redirect(); + + ~k9Redirect(); + void execute(); +}; + +#endif |