summaryrefslogtreecommitdiffstats
path: root/src/Widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r--src/Widget.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp
index 4fea89a..7d03922 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -15,8 +15,8 @@
* with Patchage. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WIDGET_HPP
-#define WIDGET_HPP
+#ifndef PATCHAGE_WIDGET_HPP
+#define PATCHAGE_WIDGET_HPP
#include <string>
#include <boost/utility.hpp>
@@ -42,4 +42,4 @@ private:
};
-#endif // WIDGET_HPP
+#endif // PATCHAGE_WIDGET_HPP