diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 16:49:51 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 16:49:51 -0500 |
commit | 40220afbf6bacd21617c73252070cd776b81c984 (patch) | |
tree | 31958a33c4713f6955f5b9e806ed790d903c3786 | |
parent | adb47a7cbf2edf749c8347a089146c068263c623 (diff) | |
download | tdepowersave-40220afbf6bacd21617c73252070cd776b81c984.tar.gz tdepowersave-40220afbf6bacd21617c73252070cd776b81c984.zip |
Fix inadvertent tq changes.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.package | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -916,7 +916,7 @@ 2007-04-10 Danny Kukawka <[email protected]> - * src/logviewer.cpp: Include tqmoc file. Fixed possible file + * src/logviewer.cpp: Include moc file. Fixed possible file descriptor leak. 2007-04-10 Laurent Montel <[email protected]> @@ -939,7 +939,7 @@ 2007-04-10 Danny Kukawka <[email protected]> - Moved all tqmoc includes to end of cpp-files, added some code + Moved all moc includes to end of cpp-files, added some code comments and smaller code formatting changes: * src/autosuspend.[cpp,h]: @@ -955,7 +955,7 @@ 2007-04-10 Laurent Montel <[email protected]> - Make tqmoc files being included to speed up build and to fix some + Make moc files being included to speed up build and to fix some parallel build issues: * src/autosuspend.cpp: @@ -4539,7 +4539,7 @@ * src/detailed_dialog.ui: reworked detailed dialog after discussion and welcome criticism from Timo Hönig based on a - tqmocup from Timo. Thanks! + mocup from Timo. Thanks! * src/detaileddialog.cpp, src/detaileddialog.h: added patch from Daniel Gollub <[email protected]> to fix problems if a CPU is set offline. diff --git a/ChangeLog.package b/ChangeLog.package index 4e5cbd0..5d4750e 100644 --- a/ChangeLog.package +++ b/ChangeLog.package @@ -189,7 +189,7 @@ Wed Apr 18 20:38:47 CEST 2007 - [email protected] - patches from Mandriva ([email protected]): - fixed problems with formated messages from KDE media manager - avoid double translate strings/msg - - Make tqmoc files being included to speed up build and to fix + - Make moc files being included to speed up build and to fix some parallel build issues - fixed several memory leaks - fixed bugs: |