File indexing completed on 2024-05-12 05:20:00

0001 /*
0002     aboutdata.h
0003 
0004     This file is part of Kleopatra, the KDE keymanager
0005     SPDX-FileCopyrightText: 2001, 2002, 2004 Klarälvdalens Datakonsult AB
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 
0010 #pragma once
0011 
0012 #include <KAboutData>
0013 
0014 class AboutData : public KAboutData
0015 {
0016 public:
0017     AboutData();
0018 };