2 Copyright (c) 2015-2016 Montel Laurent <montel@kde.org>
4 based on code from Sune Vuorela <sune@vuorela.dk> (Rawatar source code)
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License, version 2, as
8 published by the Free Software Foundation.
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
15 You should have received a copy of the GNU General Public License along
16 with this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef KALARMMIGRATEAPPLICATION_H
21 #define KALARMMIGRATEAPPLICATION_H
23 #include <pimcommon/migrateapplicationfiles.h>
25 class KAlarmMigrateApplication
28 KAlarmMigrateApplication();
31 void initializeMigrator();
32 PimCommon::MigrateApplicationFiles mMigrator
;
35 #endif // KALARMMIGRATEAPPLICATION_H