diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:56:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 23:02:05 +0900 |
commit | 3db5915dc69a76a86a22f9e700fa5bdd9c8a2717 (patch) | |
tree | ceac67b50b40e39ec0daa2b5eb89b559a1b792bc | |
parent | 3397f90a3be5888c93bf37001ef7965af6c60624 (diff) | |
download | tdepowersave-3db5915dc69a76a86a22f9e700fa5bdd9c8a2717.tar.gz tdepowersave-3db5915dc69a76a86a22f9e700fa5bdd9c8a2717.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30b4cbb2a288213c0dc2f6554807313f5d1f106b)
-rw-r--r-- | doc/other/doxy/changelog.dox | 2 | ||||
-rw-r--r-- | doc/other/doxy/enhance.dox | 2 |
2 files changed, 2 insertions, 2 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 |