You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k9copy/src/k9redirect.h

29 lines
419 B

//
// C++ Interface: k9redirect
//
// Description:
//
//
// Author: Jean-Michel PETIT <k9copy@free.fr>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef K9REDIRECT_H
#define K9REDIRECT_H
#include "k9common.h"
#include <tqfile.h>
/**
@author Jean-Michel PETIT <k9copy@free.fr>
*/
class k9Redirect{
public:
k9Redirect();
~k9Redirect();
void execute();
};
#endif