Remove the file again - Aurélien did the right fix, thanks.

svn path=/trunk/KDE/kdebase/apps/; revision=799469
This commit is contained in:
David Faure 2008-04-21 16:15:37 +00:00
parent 3675f01df6
commit 16e10c7c13

View file

@ -1,32 +0,0 @@
/* This file is part of the KDE project
Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
Copyright (C) 1999 - 2002 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
// Default values for libkonq settings
// This file is used by konqueror, libkonq, and kcmkonq,
// to share the same defaults
#ifndef KONQ_DEFAULTS_H
#define KONQ_DEFAULTS_H
// Confirmations for deletions
#define DEFAULT_CONFIRMTRASH true
#define DEFAULT_CONFIRMDELETE true
#endif // KONQ_DEFAULTS_H