summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 23:01:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 23:01:29 +0000
commit4304e8d9dab8e20513e38e71b0debdf6937b630c (patch)
tree76a86f013a811449a5b5bfbbbb962e7db0bbcc6a /NEWS
parentba24506b3bb46312d998468ad3c1a7f28058b2bd (diff)
downloadkpowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.tar.gz
kpowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.zip
Finish TQt4 port of kpowersave
This enables both Qt3 and Qt4 builds git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1228282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a5c704e..af98133 100644
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,7 @@ Bugfixes:
values to a enum (lead to segfault since enum is a 8bit char object)
- fixed wrong unit for power consumption (removed 'h' from unit)
- only suspend on button events if we resumed to avoid double suspends
- - several fixes to make signals from HAL/DBus idependent from the QT
+ - several fixes to make Q_SIGNALS from HAL/DBus idependent from the QT
eventloop due to problems with the QT3 DBus bindings
- several patches from Mandriva (lmontel@mandriva.com) to fix problems
with translations, format messages, speedup build and memory leaks