fixed ifdef
This commit is contained in:
parent
0f17633972
commit
16fa947b82
|
@ -13,7 +13,7 @@
|
||||||
int main ( int argc, char *argv[] )
|
int main ( int argc, char *argv[] )
|
||||||
{
|
{
|
||||||
|
|
||||||
#if HAVE_KDE
|
#ifdef HAVE_KDE
|
||||||
KAboutData about("SnoreNotify",0,ki18n("SnoreNotify"),Snore::Version::version().toLatin1(),
|
KAboutData about("SnoreNotify",0,ki18n("SnoreNotify"),Snore::Version::version().toLatin1(),
|
||||||
ki18n("A notification deamon."),KAboutData::License_LGPL_V3, ki18n("Copyright (c) 2010-2013 Patrick von Reth <vonreth@kde.org>"));
|
ki18n("A notification deamon."),KAboutData::License_LGPL_V3, ki18n("Copyright (c) 2010-2013 Patrick von Reth <vonreth@kde.org>"));
|
||||||
KCmdLineArgs::init(argc, argv, &about);
|
KCmdLineArgs::init(argc, argv, &about);
|
||||||
|
|
Loading…
Reference in New Issue