File indexing completed on 2024-05-19 05:19:20

0001 /*
0002   This file is part of KJots.
0003 
0004   SPDX-FileCopyrightText: 2008 Stephen Kelly <steveire@gmail.com>
0005 
0006   SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
0007 */
0008 #ifndef KJOTS_ABOUTDATA_H
0009 #define KJOTS_ABOUTDATA_H
0010 
0011 #include <KAboutData>
0012 
0013 class AboutData : public KAboutData
0014 {
0015 public:
0016     AboutData();
0017 };
0018 
0019 #endif