diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:36:27 -0500 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-01 00:55:48 +0100 | 
| commit | 874d437b8e322379195c76838cbd2c37516586f9 (patch) | |
| tree | 365af4db532abd29de6fb0309dd5b175855adabb | |
| parent | e1f9ff2aaf824874073d6e1a4c535f99f89a8f9c (diff) | |
| download | kpowersave-874d437b8e322379195c76838cbd2c37516586f9.tar.gz kpowersave-874d437b8e322379195c76838cbd2c37516586f9.zip  | |
Fix inadvertent tq changes.
(cherry picked from commit 74898e971c659c852885281bcebfecdf0726c605)
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | ChangeLog.package | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | 
3 files changed, 6 insertions, 6 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.  diff --git a/ChangeLog.package b/ChangeLog.package index 1c6a0d5..d302a9a 100644 --- a/ChangeLog.package +++ b/ChangeLog.package @@ -189,7 +189,7 @@ Wed Apr 18 20:38:47 CEST 2007 - dkukawka@suse.de    - patches from Mandriva (lmontel@mandriva.com):      - 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: diff --git a/src/Makefile.am b/src/Makefile.am index a4d826f..d2a759f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ noinst_HEADERS =                                \  		suspenddialog.h -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (moc)  METASOURCES = AUTO  KDE_ICON = kpowersave  | 
