diff options
Diffstat (limited to 'doc/other')
-rw-r--r-- | doc/other/doxy/fixed_bugs.dox | 8 |
1 files changed, 4 insertions, 4 deletions
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 |