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

0001 /*  -*- c++ -*-
0002     aboutdata.h
0003 
0004     This file is part of KMail, the KDE mail client.
0005     SPDX-FileCopyrightText: 2003 Marc Mutz <mutz@kde.org>
0006 
0007     SPDX-License-Identifier: GPL-2.0-only
0008 */
0009 
0010 #pragma once
0011 
0012 #include "kmail_export.h"
0013 #include <KAboutData>
0014 
0015 namespace KMail
0016 {
0017 class KMAIL_EXPORT AboutData : public KAboutData
0018 {
0019 public:
0020     AboutData();
0021     ~AboutData();
0022 };
0023 } // namespace KMail