KDESu

defaults.h
1/*
2 This file is part of the KDE project, module kdesu.
3 SPDX-FileCopyrightText: 1999, 2000 Geert Jansen <jansen@kde.org>
4
5 SPDX-License-Identifier: GPL-2.0-only
6*/
7
8#ifndef KDESUDEFAULTS_H
9#define KDESUDEFAULTS_H
10
11namespace KDESu
12{
13const int defTimeout = 120 * 60;
14const int defEchoMode = 0;
15const bool defKeep = false;
16
17}
18
19#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:55 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.