summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--synchronizer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp
index 3f79207..f4bac73 100644
--- a/synchronizer/main.cpp
+++ b/synchronizer/main.cpp
@@ -17,7 +17,7 @@
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */ 18 */
19 19
20#include <QCoreApplication> 20#include <QGuiApplication>
21#include <QLockFile> 21#include <QLockFile>
22#include <QDir> 22#include <QDir>
23 23
@@ -226,7 +226,7 @@ int main(int argc, char *argv[])
226 226
227 qInstallMessageHandler(qtMessageHandler); 227 qInstallMessageHandler(qtMessageHandler);
228 228
229 QCoreApplication app(argc, argv); 229 QGuiApplication app(argc, argv);
230 app.setQuitLockEnabled(false); 230 app.setQuitLockEnabled(false);
231 231
232 QByteArrayList arguments; 232 QByteArrayList arguments;