fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kdesu / defaults.h
blob706a088c99590787ca0a62df3551260545de0900
1 /* vi: ts=8 sts=4 sw=4
3 * This file is part of the KDE project, module kdesu.
4 * Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
6 * This is free software; you can use this library under the GNU Library
7 * General Public License, version 2. See the file "COPYING.LIB" for the
8 * exact licensing terms.
9 */
11 #ifndef __Defaults_h_included__
12 #define __Defaults_h_included__
14 namespace KDESu {
16 const int defTimeout = 120*60;
17 const int defEchoMode = 0;
18 const bool defKeep = false;
22 #endif