SVN_SILENT made messages (.desktop file) - always resolve ours
[kdepim.git] / korganizer / korgmigrateapplication.h
blobc0da1285955b414d44e31d8b58dad0dc67346c5c
1 /*
2 Copyright (c) 2015 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 KORGMIGRATEAPPLICATION_H
21 #define KORGMIGRATEAPPLICATION_H
23 #include "pimcommon/migration/migrateapplicationfiles.h"
24 #include "korganizerprivate_export.h"
26 class KORGANIZERPRIVATE_EXPORT KOrgMigrateApplication
28 public:
29 KOrgMigrateApplication();
31 void migrate();
32 private:
33 void initializeMigrator();
34 PimCommon::MigrateApplicationFiles mMigrator;
37 #endif // KORGMIGRATEAPPLICATION_H