diff options
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: |