File indexing completed on 2024-05-05 08:39:14

0001 /*
0002     SPDX-FileCopyrightText: 2009 Montel Laurent <montel@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef KRULERSYSTEMTRAY_H
0008 #define KRULERSYSTEMTRAY_H
0009 
0010 #include <KStatusNotifierItem>
0011 
0012 class KActionCollection;
0013 
0014 class KRulerSystemTray : public KStatusNotifierItem
0015 {
0016 public:
0017     KRulerSystemTray(const QString &iconName, QWidget *parent, KActionCollection *actions);
0018 };
0019 
0020 #endif