/* SPDX-FileCopyrightText: 2007 Simon Hausmann SPDX-FileCopyrightText: 2007 David Faure SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef KSTANDARDACTIONTEST_H #define KSTANDARDACTIONTEST_H #include class tst_KStandardAction : public QObject { Q_OBJECT private Q_SLOTS: void initTestCase(); void shortcutForActionId(); void changingShortcut(); void testCreateOldStyle(); void testCreateNewStyle(); }; #endif // KSTANDARDACTIONTEST_H