SVN_SILENT made messages (.desktop file)
[kdepim.git] / kalarm / kalarm.h
blob7cadf3c8fed2a1de4f5aa7a8e63d2a56b9db63f1
1 /*
2 * kalarm.h - global header file
3 * Program: kalarm
4 * Copyright © 2001-2014 by David Jarvie <djarvie@kde.org>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 #ifndef KALARM_H
22 #define KALARM_H
24 #undef QT3_SUPPORT
26 #define VERSION_SUFFIX "-ak"
27 #define KALARM_VERSION "2.10.12" VERSION_SUFFIX
29 #define KALARM_NAME "KAlarm"
30 #define KALARM_DBUS_SERVICE "org.kde.kalarm" // D-Bus service name of KAlarm application
32 //#include <kdeversion.h>
34 namespace KAlarm
36 /** Return current KAlarm version number as an integer. */
37 int Version();
40 #endif // KALARM_H