diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 15:16:28 +0900 |
commit | 8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch) | |
tree | 1328291f966f19a22d7b13657d3f01a588eb1083 /kword/HACKING | |
parent | 95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff) | |
download | koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.tar.gz koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kword/HACKING')
-rw-r--r-- | kword/HACKING | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kword/HACKING b/kword/HACKING index b288e2e8..a9d30dab 100644 --- a/kword/HACKING +++ b/kword/HACKING @@ -86,9 +86,9 @@ FILES: *IFace.h/cc - the dcop interface misc app stuff: - main.cc - the main + main.cpp - the main kwaboutdata.h - the appname, authors... - - shared between main.cc and kwfactory.cc + - shared between main.cpp and kwfactory.cpp kword.rc - xml-gui layout kword.desktop - application .desktop file @@ -127,7 +127,7 @@ FILES: doc outline: docstruct.h/cc - gui for overall document structure styles: - stylenames.cc - contains builtin style names, + stylenames.cpp - contains builtin style names, for translation purposes kwstylemanager.h/cc - KWStyleManager, extension to KoStyleManager (the style editor is in libkotext) @@ -195,9 +195,9 @@ FILES: mailmerge: mailmerge.h/cc mailmerge_actions.h/cc - kwordmailmergedatabaseiface.cc + kwordmailmergedatabaseiface.cpp mailmerge_interface.h/cc - dcop - mailmerge_interface_skel.cc - (ditto) + mailmerge_interface_skel.cpp - (ditto) kwmailmerge.desktop - mailmerge .desktop file expressions: kweditpersonnalexpressiondia.h/cc @@ -207,7 +207,7 @@ FILES: misc weird files: ;-) kwstyle.h - Forwarder to kostyle.h, - they're the same thing now. - dummy.cc - empty file to compile as a + dummy.cpp - empty file to compile as a - "tdeinit loadable module" MISC FILES: |