diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2023-08-05 15:50:55 +0300 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 14:04:38 +0900 |
commit | 7c193f33d78ab79d2811a60c5190abdc1fa95c03 (patch) | |
tree | f15093c66ef5e1802772891b74ee7f9c3479e54a /twin/geometry.cpp | |
parent | 8a662b46fa97c2686b639ed9429e1850dcb91c9c (diff) | |
download | tdebase-7c193f33d78ab79d2811a60c5190abdc1fa95c03.tar.gz tdebase-7c193f33d78ab79d2811a60c5190abdc1fa95c03.zip |
twin: update Qt:: -> TQt::
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 83e74d1e550db6a814ec252968b601f6a9b14f9b)
Diffstat (limited to 'twin/geometry.cpp')
-rw-r--r-- | twin/geometry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp index 5761f334b..562e3cda0 100644 --- a/twin/geometry.cpp +++ b/twin/geometry.cpp @@ -2240,7 +2240,7 @@ void Client::doDrawbound( const TQRect& geom, bool clear ) if( decoration != NULL && decoration->drawbound( geom, clear )) return; // done by decoration TQPainter p ( workspace()->desktopWidget() ); - p.setPen( TQPen( Qt::white, 5 ) ); + p.setPen( TQPen( TQt::white, 5 ) ); p.setRasterOp( TQt::XorROP ); // the line is 5 pixel thick, so compensate for the extra two pixels // on outside (#88657) |