summaryrefslogtreecommitdiffstats
path: root/kig/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:47:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:47:17 -0600
commit6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3 (patch)
treecc90a09df2d1fd6d956cc084529a62d354316ad3 /kig/ChangeLog
parent174fd5e23c68598774706ea9b571d3d178e36b81 (diff)
downloadtdeedu-6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3.tar.gz
tdeedu-6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kig/ChangeLog')
-rw-r--r--kig/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/kig/ChangeLog b/kig/ChangeLog
index af35b577..ec8d6042 100644
--- a/kig/ChangeLog
+++ b/kig/ChangeLog
@@ -936,7 +936,7 @@
and made a sort of skeleton to modify type's data.
* Made buttons of some dialogs like other KDE dialogs ones (with
- icons and correct tqalignment).
+ icons and correct alignment).
* Kig now ask the user when exporting type(s) to an already
existant file.
@@ -1143,7 +1143,7 @@
* Fix the moving system again, it now only redraws exactly those
objects that need to be redrawn. E.g. when a constrained point
was moved, before it was assumed that all of its parents, and
- their tqchildren would move, whereas in reality, a constrained point
+ their children would move, whereas in reality, a constrained point
does not move the curve it is constrained to. This is now taken
into account for. This much optimizes the case where we move the
constrained point in examples/sine-curve.kig.
@@ -1438,7 +1438,7 @@
2003-05-24 Dominique Devriese <devriese@kde.org>
* when the user tries to construct a macro that constructs an
- object from its tqchildren, warn him instead of
+ object from its children, warn him instead of
crashing... Thanks to Stephan Binner for the bug report
* improve the export to image dialog, as suggested by Stephan Binner
@@ -1516,7 +1516,7 @@
* organise the filters directory more sanely
- * fix for deleting: remove deleted objects from their tqchildren, so
+ * fix for deleting: remove deleted objects from their children, so
they don't appear in saved files
2003-05-07 Dominique Devriese <devriese@kde.org>