aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--singleapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/singleapplication.h b/singleapplication.h
index 6819627..4080762 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -4,7 +4,7 @@
#include <QtCore/QtGlobal>
#ifndef QAPPLICATION_CLASS
- #define QAPPLICATION_CLASS QApplication
+ #define QAPPLICATION_CLASS QCoreApplication
#endif
#include QT_STRINGIFY(QAPPLICATION_CLASS)