aboutsummaryrefslogtreecommitdiff
path: root/src/forms/aboutdialog.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-30 12:25:32 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-30 12:25:32 +0100
commite4f237152d5581ebb7dc25fec1ba60cf2655f2e9 (patch)
treedda3fedbc4a79757b540a5ab042da6908abb3e3e /src/forms/aboutdialog.h
parentSplit cmd parsing from main into CommandLine class (diff)
downloadsmolbote-e4f237152d5581ebb7dc25fec1ba60cf2655f2e9.tar.xz
Added profile and plugin list to About dialog
Diffstat (limited to 'src/forms/aboutdialog.h')
-rw-r--r--src/forms/aboutdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/forms/aboutdialog.h b/src/forms/aboutdialog.h
index 3175939..265f3c9 100644
--- a/src/forms/aboutdialog.h
+++ b/src/forms/aboutdialog.h
@@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-3.0
*/
-#ifndef ABOUTDIALOG_H
-#define ABOUTDIALOG_H
+#ifndef SMOLBOTE_ABOUTDIALOG_H
+#define SMOLBOTE_ABOUTDIALOG_H
#include <QDialog>
@@ -28,4 +28,4 @@ private:
Ui::AboutDialog *ui;
};
-#endif // ABOUTDIALOG_H
+#endif // SMOLBOTE_ABOUTDIALOG_H