diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:09:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 16:38:36 +0900 |
commit | 13c98d8d696563b94b872073f2222803c920b4a4 (patch) | |
tree | 82ccad30b8297d74993011cb4234cd41b3ea6901 /lib | |
parent | 7e605f95ccf9c0f98f6e9ee9d68fa5d79d2fb26b (diff) | |
download | qt4-tqt-theme-engine-r14.1.x.tar.gz qt4-tqt-theme-engine-r14.1.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 02ef06e12d37e33079582a9e5ec2fc94c0c6aa19)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdeqt4painter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdeqt4painter.cpp b/lib/tdeqt4painter.cpp index ce0c896..6916829 100644 --- a/lib/tdeqt4painter.cpp +++ b/lib/tdeqt4painter.cpp @@ -713,7 +713,7 @@ bool TDEQt4PaintDevice::cmd( int c, TQPainter *pt, TQPDevCmdParam *p ) #endif } - return TRUE; + return true; } |