summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-19 17:12:06 +0200
committergregory guy <[email protected]>2020-06-19 17:12:06 +0200
commiteb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2 (patch)
treeaebb3496cab0a2d0650a9097c6307004864552e5 /src/daemon/daemon.cpp
parent5548944a933a72bd9a3deb7735fc2f60f71906ee (diff)
downloadkdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.tar.gz
kdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.zip
Drop automake build support.
Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/daemon/daemon.cpp')
-rw-r--r--src/daemon/daemon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp
index d09f080..a15c770 100644
--- a/src/daemon/daemon.cpp
+++ b/src/daemon/daemon.cpp
@@ -19,9 +19,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
-
+#ifdef HAVE_CONFIG_H
#include "config.h"
-
+#endif
#include <tqsignalmapper.h>
#include <tqevent.h>
#include <tqsize.h>