File indexing completed on 2024-05-12 05:21:17

0001 /*
0002   This file is part of KOrganizer.
0003 
0004   SPDX-FileCopyrightText: 2003 Cornelius Schumacher <schumacher@kde.org>
0005 
0006   SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
0007 */
0008 #pragma once
0009 
0010 #include "korganizerprivate_export.h"
0011 #include <KAboutData>
0012 
0013 namespace KOrg
0014 {
0015 class KORGANIZERPRIVATE_EXPORT AboutData : public KAboutData
0016 {
0017 public:
0018     AboutData();
0019 };
0020 }