fix bad #ifdef names
authorDiane Trout <diane@caltech.edu>
Tue, 21 Nov 2006 03:08:00 +0000 (03:08 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 21 Nov 2006 03:08:00 +0000 (03:08 +0000)
qui/seqbrowser/seqproperties/SequencePropertiesModel.hpp
qui/subanalysis/SubanalysisWindow.hpp

index 8980c132aadfec5b1656763f4121da595b62ba18..f5ea351f35c950fefe6a98701de79924ccd88037 100644 (file)
@@ -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 <QObject>
 #include <QAbstractTableModel>
index acf7c528529da6bf8ab5e411bb9cefb4827e2653..4ba873e0fabe6f0061d06d9bb67c45dc846e3fda 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _SUBANALYSIS_H_
-#define _SUBANALYSIS_H_
+#ifndef _SUBANALYSIS_WINDOW_H_
+#define _SUBANALYSIS_WINDOW_H_
 
 #include <boost/shared_ptr.hpp>