diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-08 22:09:42 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-08 22:09:42 -0500 |
| commit | d7ae42d3775f88d5cd63fa2f8860bd31e18f981e (patch) | |
| tree | c7b5852b28a1a96be7f76b73df70ba9440cf6ff7 /src/main.cpp | |
| parent | a5469ae4e0668c36e4bf36bf7395fa25073b0bc6 (diff) | |
renamed singleinstance.h/cpp to multiprocess.h/cpp
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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" |
