diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-05-31 17:55:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-05-31 17:55:41 (GMT) |
commit | c9e3c176631b947d6f25c17d51282fa55d831b69 (patch) | |
tree | 54fa212c34455ce077c4e5079fd795d0025c03b9 /src/tkbltGrLegd.C | |
parent | 59da97e1efbcc46b9c970186db1942d4e73db66b (diff) | |
download | blt-c9e3c176631b947d6f25c17d51282fa55d831b69.zip blt-c9e3c176631b947d6f25c17d51282fa55d831b69.tar.gz blt-c9e3c176631b947d6f25c17d51282fa55d831b69.tar.bz2 |
change file names
Diffstat (limited to 'src/tkbltGrLegd.C')
-rw-r--r-- | src/tkbltGrLegd.C | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tkbltGrLegd.C b/src/tkbltGrLegd.C index 71ca1e1..e18e6dc 100644 --- a/src/tkbltGrLegd.C +++ b/src/tkbltGrLegd.C @@ -30,15 +30,15 @@ #include <tk.h> #include <tkInt.h> -#include "bltGrBind.h" -#include "bltGraph.h" -#include "bltGrLegd.h" -#include "bltGrElem.h" -#include "bltGrPostscript.h" -#include "bltGrMisc.h" -#include "bltGrDef.h" +#include "tkbltGrBind.h" +#include "tkbltGraph.h" +#include "tkbltGrLegd.h" +#include "tkbltGrElem.h" +#include "tkbltGrPostscript.h" +#include "tkbltGrMisc.h" +#include "tkbltGrDef.h" #include "tkbltConfig.h" -#include "bltGrPSOutput.h" +#include "tkbltGrPSOutput.h" using namespace Blt; |