aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/singleapplication.h b/singleapplication.h
index dc6beb3..91f5b11 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -2,6 +2,10 @@
#define SINGLE_APPLICATION_H
#include <QtCore/QtGlobal>
+#ifndef QAPPLICATION_CLASS
+ #define QAPPLICATION_CLASS QApplication
+#endif
+
#include QT_STRINGIFY(QAPPLICATION_CLASS)
class SingleApplicationPrivate;