diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:36 -0600 |
commit | e46a394c283d9af8870297a4ad0aea9d9f9875a1 (patch) | |
tree | 861ec762a46e5aac00e764576a51ca6768e7f626 /HACKING | |
parent | 4fa84415626e4d407953d73434a0e69a84407954 (diff) | |
download | digikam-e46a394c283d9af8870297a4ad0aea9d9f9875a1.tar.gz digikam-e46a394c283d9af8870297a4ad0aea9d9f9875a1.zip |
Additional renaming of kde to tde
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -188,10 +188,10 @@ Use the same .cpp/.h header than the rest of digiKam project. Use a decent editor which does auto-indentation/syntax-highlighting for you. I personally use Emacs (Renchi) or Kdevelop (Gilles). -There are excellent initializer scripts in the kdesdk +There are excellent initializer scripts in the tdesdk package for xemacs and vim which can substantially increase your productivity. -Just to give a taste of what i can do with emacs (and kdesdk): +Just to give a taste of what i can do with emacs (and tdesdk): * automatically insert copyright (and ifdefs) in new files. * insertion of class function definitions for declared class |