diff options
Diffstat (limited to 'doc/other/doxy')
-rw-r--r-- | doc/other/doxy/changelog.dox | 2 | ||||
-rw-r--r-- | doc/other/doxy/enhance.dox | 2 | ||||
-rw-r--r-- | doc/other/doxy/fixed_bugs.dox | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/other/doxy/changelog.dox b/doc/other/doxy/changelog.dox index d1c2cf6..8cf824a 100644 --- a/doc/other/doxy/changelog.dox +++ b/doc/other/doxy/changelog.dox @@ -274,7 +274,7 @@ * - added set scheme specific brigthness settings to tdepowersave and the configuration dialog * - added patch to fix compiler warning from Daniel Gollub <dgollub@suse.de> * - updated translation (nl) and code documentation -* - replaced usage of QString::null with QString() +* - replaced usage of TQString::null with TQString() * - added warning if 'Aggressive Powersave' scheme is selected * - updated version strings * diff --git a/doc/other/doxy/enhance.dox b/doc/other/doxy/enhance.dox index b506354..a9ca05e 100644 --- a/doc/other/doxy/enhance.dox +++ b/doc/other/doxy/enhance.dox @@ -33,7 +33,7 @@ * \subsection enh_tooltip Tooltip * \li \b CPU \b Tooltip \b like \b kicker \b mouseover \b effects \n \n * \b [Priority: \b I] \n \n -* I like the nice mouseover effects on Kicker. Unforunately there is currently no QWidget for this. +* I like the nice mouseover effects on Kicker. Unforunately there is currently no TQWidget for this. * If we would implement this we need to adapt the wifget from amarok/src/tracktooltip.cpp. * * \li \b Battery \b estimated \b empty \b at \b xx:yy \b in \b Tooltip \n \n diff --git a/doc/other/doxy/fixed_bugs.dox b/doc/other/doxy/fixed_bugs.dox index e478b96..65911f9 100644 --- a/doc/other/doxy/fixed_bugs.dox +++ b/doc/other/doxy/fixed_bugs.dox @@ -11,10 +11,10 @@ * \li Bug \b #245081 - TDEPowersave does not set (ondemand) governor on startup \n * \li Bug \b #244052 - Close lid of a laptop and suspend to ram cause TDEPowersave 100% CPU \n \n * Needed to uncouple Action calls (as e.g. suspend on lidclose) which include blocking dialogs -* from the related events. This is needed because otherwise the D-Bus QT3 bindings run amok -* if the dialog block the filterfunction, since signals in QT are not really independent +* from the related events. This is needed because otherwise the D-Bus TQt bindings run amok +* if the dialog block the filterfunction, since signals in TQt are not really independent * (they are more function calls). Used QTimer:SingleShot() for this since they go into the -* QT event loop and don't follow the workflow of the rest of the program. \n \n +* TQt event loop and don't follow the workflow of the rest of the program. \n \n * \li Bug \b #229960 - CPUFREQ_DYNAMIC_PERFORMANCE seems to be ignored during boot and scheme change \n * \li Bug \b #230686 - TDEPowersave need to be restarted to set changed DPMS settings \n * \li Bug \b #230965 - puzzling battery state info \n @@ -140,7 +140,7 @@ * \li Bug \b #95279 - tdepowersave progress bar popup does not handle "close" event. \n \n * If the progressbar popup does not get closed by a "101%"-event, it does never * close. If you close it via the window manager, tdepowersave never opens a popup again. -* Fix: Now the suspend/progress dialog is Qt::WDestructiveClose and TDEPowersave connect to the +* Fix: Now the suspend/progress dialog is TQt::WDestructiveClose and TDEPowersave connect to the * destroyed() signal of the dialog \n \n * \li Bug \b #82880 - KDE: KMessageBox::error not on top since KDE 3.4 \n \n * All TDEPowersave error messages are not on the top, and popup in the background. \n \n |