File indexing completed on 2024-04-28 05:10:59

0001 /*
0002     This file is part of Akregator.
0003 
0004     SPDX-FileCopyrightText: 2004 Teemu Rytilahti <tpr@d5k.net>
0005 
0006     SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
0007 */
0008 
0009 #pragma once
0010 
0011 #include "akregator_export.h"
0012 #include <KAboutData>
0013 
0014 namespace Akregator
0015 {
0016 /**
0017 @author Teemu Rytilahti
0018 */
0019 class AKREGATOR_EXPORT AboutData : public KAboutData
0020 {
0021 public:
0022     AboutData();
0023     ~AboutData();
0024 };
0025 } // namespace Akregator