summaryrefslogtreecommitdiffstats
path: root/kword/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-05-23 20:48:35 +0900
committerMichele Calgaro <[email protected]>2021-05-29 15:17:38 +0900
commitd63c9d696eb6e2539528b99afc21f4086c9defe3 (patch)
treeb3bfc97a66431a12cdd8f9379c0072673ede43df /kword/HACKING
parent5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff)
downloadkoffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.tar.gz
koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'kword/HACKING')
-rw-r--r--kword/HACKING12
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: