diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:51:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 19:39:43 +0900 |
commit | 2d6c9b7be4f31ee95164eb0bfee7a16438ffff41 (patch) | |
tree | ecfbfbe4026b6e2ae2de14ae7cc8dd98309b9a5a /doc | |
parent | 090107785437141c6762f5c893073e1cf6bdcdc6 (diff) | |
download | tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.tar.gz tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cbb59d7906d7f13bb8adb84a7967133a98f54ec7)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tdepowersave.1 | 10 | ||||
-rw-r--r-- | doc/other/doxy/fixed_bugs.dox | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/tdepowersave.1 b/doc/man/tdepowersave.1 index d79cfd2..1428e20 100644 --- a/doc/man/tdepowersave.1 +++ b/doc/man/tdepowersave.1 @@ -4,7 +4,7 @@ tdepowersave \- A TDE KPart Application .SH SYNOPSIS -tdepowersave [Qt\-options] [TDE\-options] +tdepowersave [TQt\-options] [TDE\-options] .SH DESCRIPTION A TDE KPart Application .SH OPTIONS @@ -13,8 +13,8 @@ A TDE KPart Application .B \-\-help Show help about options .TP -.B \-\-help\-qt -Show Qt specific options +.B \-\-help\-tqt +Show TQt specific options .TP .B \-\-help\-tde Show TDE specific options @@ -65,7 +65,7 @@ sets the client geometry of the main widget - see man X for the argument format .TP .B \-\-nofork Don't run in the background. -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -84,7 +84,7 @@ using the QApplication::ManyColor color specification .TP .B \-\-nograb -tells Qt to never grab the mouse or the keyboard +tells TQt to never grab the mouse or the keyboard .TP .B \-\-dograb running under a debugger can cause an implicit 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 |