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.
20 lines
387 B
20 lines
387 B
/****************************************************************************
|
|
** $Id$
|
|
**
|
|
** Copyright (C) 2002 Carsten Pfeiffer <pfeiffer@kde.org>
|
|
**
|
|
****************************************************************************/
|
|
|
|
#ifndef SAFEDELETE_H
|
|
#define SAFEDELETE_H
|
|
|
|
class KURL;
|
|
|
|
class SafeDelete
|
|
{
|
|
public:
|
|
static bool deleteFile( const KURL& url );
|
|
};
|
|
|
|
#endif // SAFEDELETE_H
|