summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-04-15 01:37:54 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-04-15 01:37:54 +0200
commitb4e092a22abc9277303a672cf97159fbc0d311cd (patch)
tree98464ff7563fd299f079e9209ca39d1d4bea068a /mainwindow.h
parent7c087f9b057bba6647b319213ddcba3f58b9d8b6 (diff)
parente0140a493e02e487b60e2b076b40fe6e561f9544 (diff)
cleanup
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index ccbd55a2..b7fa84b5 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -7,7 +7,11 @@
#include <QProcess>
#include <QSettings>
#include "storemodel.h"
+#if SINGLE_APP
#include "singleapplication.h"
+#else
+#define SingleApplication QApplication
+#endif
namespace Ui {
class MainWindow;