File indexing completed on 2024-04-14 03:51:12

0001 /*
0002     SPDX-FileCopyrightText: 2007 Simon Hausmann <hausmann@kde.org>
0003     SPDX-FileCopyrightText: 2007 David Faure <faure@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef KSTANDARDACTIONTEST_H
0009 #define KSTANDARDACTIONTEST_H
0010 
0011 #include <QObject>
0012 
0013 class tst_KStandardAction : public QObject
0014 {
0015     Q_OBJECT
0016 
0017 private Q_SLOTS:
0018     void initTestCase();
0019     void shortcutForActionId();
0020     void changingShortcut();
0021     void testCreateOldStyle();
0022     void testCreateNewStyle();
0023 };
0024 
0025 #endif // KSTANDARDACTIONTEST_H