From 16e10c7c1378dd02b08af5107cb5eab1c833d18e Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 21 Apr 2008 16:15:37 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20the=20file=20again=20-=20Aur=C3=A9lien?= =?UTF-8?q?=20did=20the=20right=20fix,=20thanks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/KDE/kdebase/apps/; revision=799469 --- lib/konq/konq_defaults.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 lib/konq/konq_defaults.h diff --git a/lib/konq/konq_defaults.h b/lib/konq/konq_defaults.h deleted file mode 100644 index 5a4678ca26..0000000000 --- a/lib/konq/konq_defaults.h +++ /dev/null @@ -1,32 +0,0 @@ -/* This file is part of the KDE project - Copyright (C) 1998, 1999 Torben Weis - Copyright (C) 1999 - 2002 David Faure - - 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