summaryrefslogtreecommitdiff
path: root/src/uilocker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uilocker.h')
-rw-r--r--src/uilocker.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/uilocker.h b/src/uilocker.h
index cc467184..44d9d8a2 100644
--- a/src/uilocker.h
+++ b/src/uilocker.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef MODORGANIZER_UILOCKER_INCLUDED
+#define MODORGANIZER_UILOCKER_INCLUDED
#include <QMainWindow>
#include <mutex>
@@ -94,3 +95,5 @@ private:
void enableAll();
void disable(QWidget* w);
};
+
+#endif // MODORGANIZER_UILOCKER_INCLUDED