diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
commit | 65a9f54e1051ee8ab936975e78dcb7117b265ef5 (patch) | |
tree | 4eb0dc3c3c34f8e744e70a6478cce1b5d18d9eca /kig/DESIGN | |
parent | 2f2f921072921d62baf5cffc44fb53ce516afebe (diff) | |
download | tdeedu-65a9f54e1051ee8ab936975e78dcb7117b265ef5.tar.gz tdeedu-65a9f54e1051ee8ab936975e78dcb7117b265ef5.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig/DESIGN')
-rw-r--r-- | kig/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ holding data for other objects to use. Examples are StringImp, IntImp, ConicImp etc. There are a lot of ObjectImp's in Kig, most of them are in files -called *_imp.h and *_imp.cc or *_imp.cpp in the objects subdirectory. +called *_imp.h and *_imp.cpp in the objects subdirectory. Examples are PointImp, LineImp, ConicImp, CircleImp, CubicImp, AngleImp etc. |