KCDDB

config.h
1/*
2 SPDX-FileCopyrightText: 2002 Rik Hemsley (rikkus) <rik@kde.org>
3 SPDX-FileCopyrightText: 2002 Benjamin Meyer <ben-devel@meyerhome.net>
4 SPDX-FileCopyrightText: 2002 Nadeem Hasan <nhasan@kde.org>
5 SPDX-FileCopyrightText: 2003 Richard Lärkäng <nouseforaname@home.se>
6
7 SPDX-License-Identifier: LGPL-2.0-or-later
8*/
9
10#ifndef KCDDB_CONFIG_H
11#define KCDDB_CONFIG_H
12
13#include "kcddb_export.h"
14#include "configbase.h"
15
16namespace KCDDB
17{
18 class KCDDB_EXPORT Config : public ConfigBase
19 {
20 public:
21 Config();
22
23 void reparse();
24 private:
25 void loadEmailSettings();
26 };
27}
28
29#endif // KCDDB_CONFIG_H
30// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:58 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.