summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-11-08 22:09:42 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-08 22:09:42 -0500
commitd7ae42d3775f88d5cd63fa2f8860bd31e18f981e (patch)
treec7b5852b28a1a96be7f76b73df70ba9440cf6ff7 /src/main.cpp
parenta5469ae4e0668c36e4bf36bf7395fa25073b0bc6 (diff)
renamed singleinstance.h/cpp to multiprocess.h/cpp
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 440489d3..554ed006 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,4 +1,4 @@
-#include "singleinstance.h"
+#include "multiprocess.h"
#include "loglist.h"
#include "moapplication.h"
#include "organizercore.h"