From 582077a506e82e46141dc6969fb0b6b4f8fabf3e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 21 Nov 2006 03:08:00 +0000 Subject: [PATCH] fix bad #ifdef names --- qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp | 4 ++-- qui/subanalysis/SubanalysisWindow.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp b/qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp index 8980c13..f5ea351 100644 --- a/qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp +++ b/qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp @@ -1,5 +1,5 @@ -#ifndef _SEQUENCE_LOCATION_MODEL_HPP_ -#define _SEQUENCE_LOCATION_MODEL_HPP_ +#ifndef _SEQUENCE_PROPERTIES_MODEL_HPP_ +#define _SEQUENCE_PROPERTIES_MODEL_HPP_ #include #include diff --git a/qui/subanalysis/SubanalysisWindow.hpp b/qui/subanalysis/SubanalysisWindow.hpp index acf7c52..4ba873e 100644 --- a/qui/subanalysis/SubanalysisWindow.hpp +++ b/qui/subanalysis/SubanalysisWindow.hpp @@ -1,5 +1,5 @@ -#ifndef _SUBANALYSIS_H_ -#define _SUBANALYSIS_H_ +#ifndef _SUBANALYSIS_WINDOW_H_ +#define _SUBANALYSIS_WINDOW_H_ #include -- 2.30.2