diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:49:51 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:49:51 -0500 |
commit | 40220afbf6bacd21617c73252070cd776b81c984 (patch) | |
tree | 31958a33c4713f6955f5b9e806ed790d903c3786 /ChangeLog | |
parent | adb47a7cbf2edf749c8347a089146c068263c623 (diff) | |
download | tdepowersave-40220afbf6bacd21617c73252070cd776b81c984.tar.gz tdepowersave-40220afbf6bacd21617c73252070cd776b81c984.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -916,7 +916,7 @@ 2007-04-10 Danny Kukawka <danny.kukawka@web.de> - * 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 <lmontel@mandriva.com> @@ -939,7 +939,7 @@ 2007-04-10 Danny Kukawka <danny.kukawka@web.de> - 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 <lmontel@mandriva.com> - 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 <dgollub@suse.de> to fix problems if a CPU is set offline. |