File indexing completed on 2024-05-12 03:54:24

0001 /*
0002     This file is part of the KDE libraries
0003     SPDX-FileCopyrightText: 1999 Preston Brown <pbrown@kde.org>
0004     SPDX-FileCopyrightText: 1997 Matthias Kalle Dalheimer <kalle@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #ifndef KCONFIGBASE_P_H
0010 #define KCONFIGBASE_P_H
0011 
0012 #include <QSharedData>
0013 
0014 class KConfigBasePrivate : public QSharedData
0015 {
0016 };
0017 #endif