summaryrefslogtreecommitdiffstats
path: root/kicker/ChangeLog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 20:16:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 20:16:47 +0000
commit495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 (patch)
treedaabcb652c07b9a17cad88ca50b63a2d91ead4a3 /kicker/ChangeLog
parent50001f1757f97510e80cb1990e2f2d5b00144c2a (diff)
downloadtdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.tar.gz
tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.zip
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/ChangeLog')
-rw-r--r--kicker/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/ChangeLog b/kicker/ChangeLog
index 6ba662f7e..dedec11d6 100644
--- a/kicker/ChangeLog
+++ b/kicker/ChangeLog
@@ -1,13 +1,13 @@
2004-06-10 Dan Bullok <dan.kde@bullok.com>
- * Fixed Bug 42278 - Strange layout with Kicker and custom size. Now buttons are never wider (for horizontal) or taller (for vertical) than 58 pixels.
+ * Fixed Bug 42278 - Strange tqlayout with Kicker and custom size. Now buttons are never wider (for horizontal) or taller (for vertical) than 58 pixels.
* Added some symbolic constants for some kicker values (max size, min size, default custom size), that were previously hard-coded in a few places.
2002-01-03 John Firebaugh <jfirebaugh@kde.org>
* Use mouse polling instead of enter/leave events to trigger auto-unhiding. Much more reliable and will allow us to do things like only unhide at the corners or when the mouse hits the edge of the screen with a certain velocity. Also fixes #27660.
- * New class core/panelmanager.cpp. For now, just has code for auto-hide, but will soon handle the screen layout of the panels.
+ * New class core/panelmanager.cpp. For now, just has code for auto-hide, but will soon handle the screen tqlayout of the panels.
2002-01-02 John Firebaugh <jfirebaugh@kde.org>
- * Now you can set the alignment by dnd.
+ * Now you can set the tqalignment by dnd.
2002-01-01 John Firebaugh <jfirebaugh@kde.org>
* Make the action taken for each mouse button on a task container configurable.
* Add Task::lower() method.