diff options
author | Mavridis Philippe <[email protected]> | 2023-08-05 15:50:55 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-12 14:04:38 +0900 |
commit | 7c193f33d78ab79d2811a60c5190abdc1fa95c03 (patch) | |
tree | f15093c66ef5e1802772891b74ee7f9c3479e54a /twin/popupinfo.cpp | |
parent | 8a662b46fa97c2686b639ed9429e1850dcb91c9c (diff) | |
download | tdebase-7c193f33d78ab79d2811a60c5190abdc1fa95c03.tar.gz tdebase-7c193f33d78ab79d2811a60c5190abdc1fa95c03.zip |
twin: update Qt:: -> TQt::
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 83e74d1e550db6a814ec252968b601f6a9b14f9b)
Diffstat (limited to 'twin/popupinfo.cpp')
-rw-r--r-- | twin/popupinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/popupinfo.cpp b/twin/popupinfo.cpp index 740de7cb6..79386a5a8 100644 --- a/twin/popupinfo.cpp +++ b/twin/popupinfo.cpp @@ -92,9 +92,9 @@ void PopupInfo::paintContents() p.fillRect( r, colorGroup().brush( TQColorGroup::Background ) ); /* - p.setPen(Qt::white); + p.setPen(TQt::white); p.drawText( r, AlignCenter, m_infoString ); - p.setPen(Qt::black); + p.setPen(TQt::black); r.moveBy( -1, -1 ); p.drawText( r, AlignCenter, m_infoString ); r.moveBy( -1, 0 ); |