File indexing completed on 2024-04-28 15:19:33

0001 /*  This file is part of the KDE libraries
0002     SPDX-FileCopyrightText: 2010 Canonical Ltd
0003     SPDX-FileContributor: Aurélien Gâteau <aurelien.gateau@canonical.com>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 #ifndef TEST_KCONF_UPDATE_H
0008 #define TEST_KCONF_UPDATE_H
0009 
0010 #include <QObject>
0011 
0012 class TestKConfUpdate : public QObject
0013 {
0014     Q_OBJECT
0015 private Q_SLOTS:
0016     void initTestCase();
0017     void test_data();
0018     void test();
0019     void testScript_data();
0020     void testScript();
0021 };
0022 
0023 #endif /* TEST_KCONF_UPDATE_H */