diff options
Diffstat (limited to 'src/tkbltGrPostscriptOp.C')
-rw-r--r-- | src/tkbltGrPostscriptOp.C | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tkbltGrPostscriptOp.C b/src/tkbltGrPostscriptOp.C index 4ff9dbc..931feb9 100644 --- a/src/tkbltGrPostscriptOp.C +++ b/src/tkbltGrPostscriptOp.C @@ -29,10 +29,10 @@ #include <tk.h> -#include "bltGraph.h" -#include "bltGrPostscript.h" -#include "bltGrPostscriptOp.h" -#include "bltGrPSOutput.h" +#include "tkbltGraph.h" +#include "tkbltGrPostscript.h" +#include "tkbltGrPostscriptOp.h" +#include "tkbltGrPSOutput.h" using namespace Blt; |