From 3c7b870f367df150ea60eb9d6bb2fd41646545d7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 3 Feb 2010 01:26:04 +0000 Subject: Added abandoned Filelight application git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1084392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/define.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/define.h (limited to 'src/define.h') diff --git a/src/define.h b/src/define.h new file mode 100644 index 0000000..80571f6 --- /dev/null +++ b/src/define.h @@ -0,0 +1,17 @@ +//Author: Max Howell , (C) 2003-4 +//Copyright: See COPYING file that comes with this distribution + +#ifndef DEFINE_H +#define DEFINE_H + +#include "config.h" + +#undef VERSION +#undef PACKAGE +#undef PRETTYNAME + +#define APP_NAME "filelight" +#define APP_VERSION "1.0" +#define APP_PRETTYNAME "Filelight" + +#endif -- cgit v1.2.1