Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-05-28 11:46:37 +0400
committerKandrashin Denis <mail@lintest.ru>2012-05-28 11:46:37 +0400
commit7c17a3ed4144a26280b26eb616c54c5b07e8a3bf (patch)
tree82330901e23cb29ec223cb3a5cf71322499549ff /fb2edit.pro
parent3868bd8be39c2dc9f7eb35e6ace2fe4be2588338 (diff)
Rename files "*.h" => "*.hpp"
Diffstat (limited to 'fb2edit.pro')
-rw-r--r--fb2edit.pro16
1 files changed, 8 insertions, 8 deletions
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 \