From 7c17a3ed4144a26280b26eb616c54c5b07e8a3bf Mon Sep 17 00:00:00 2001 From: Kandrashin Denis Date: Mon, 28 May 2012 11:46:37 +0400 Subject: Rename files "*.h" => "*.hpp" --- fb2edit.pro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'fb2edit.pro') diff --git a/fb2edit.pro b/fb2edit.pro index 8624f1e..24a2a33 100644 --- a/fb2edit.pro +++ b/fb2edit.pro @@ -1,14 +1,14 @@ HEADERS = \ - source/fb2app.h \ - source/fb2code.h \ - source/fb2head.h \ - source/fb2main.h \ - source/fb2read.h \ - source/fb2tree.h \ source/fb2save.h \ - source/fb2view.h \ source/fb2xml.h \ - source/fb2xml2.h + source/fb2xml2.h \ + source/fb2app.hpp \ + source/fb2code.hpp \ + source/fb2head.hpp \ + source/fb2main.hpp \ + source/fb2read.hpp \ + source/fb2tree.hpp \ + source/fb2view.hpp SOURCES = \ source/fb2app.cpp \ -- cgit v1.2.3