Brooklyn/plasma/kcms/componentchooser/componentchoosertel.h
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

19 lines
387 B
C++

/*
SPDX-FileCopyrightText: 2022 Kai Uwe Broulik <kde@broulik.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef COMPONENTCHOOSERTEL_H
#define COMPONENTCHOOSERTEL_H
#include "componentchooser.h"
class ComponentChooserTel : public ComponentChooser
{
public:
explicit ComponentChooserTel(QObject *parent);
void save() override;
};
#endif // COMPONENTCHOOSERTEL_H