diff options
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 ); |