fixed ifdef

This commit is contained in:
Patrick von Reth 2013-07-07 12:23:22 +02:00
parent 0f17633972
commit 16fa947b82
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
int main ( int argc, char *argv[] )
{
#if HAVE_KDE
#ifdef HAVE_KDE
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>"));
KCmdLineArgs::init(argc, argv, &about);