diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:37:05 +0900 |
commit | 8a2b3d6ccafeb41579d50dccaec38febb9af6369 (patch) | |
tree | 24d86e736cca0f588a01f3d3d433150001b241b8 /kcalc | |
parent | 269c61866aa4cefade5fe57c70f51a08bc2815f4 (diff) | |
download | tdeutils-8a2b3d6ccafeb41579d50dccaec38febb9af6369.tar.gz tdeutils-8a2b3d6ccafeb41579d50dccaec38febb9af6369.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcalc')
-rw-r--r-- | kcalc/kcalc.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.kcfg b/kcalc/kcalc.kcfg index 2192df3..f098654 100644 --- a/kcalc/kcalc.kcfg +++ b/kcalc/kcalc.kcfg @@ -18,7 +18,7 @@ </entry> <entry name="NumberButtonsColor" type="Color"> <label>The color of number buttons.</label> - <code>QColor defaultButtonColor = kapp->palette().active().background();</code> + <code>TQColor defaultButtonColor = kapp->palette().active().background();</code> <default code="true">defaultButtonColor</default> </entry> <entry name="FunctionButtonsColor" type="Color"> |