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-26 11:56:27 +0900 |
commit | 30b4cbb2a288213c0dc2f6554807313f5d1f106b (patch) | |
tree | f6ec27ec87d6f3be56d81974d33c330ea968e8c0 | |
parent | f39d5cd2ba25777f886306df1b28ae9311749df1 (diff) | |
download | tdepowersave-30b4cbb2a288213c0dc2f6554807313f5d1f106b.tar.gz tdepowersave-30b4cbb2a288213c0dc2f6554807313f5d1f106b.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |