summaryrefslogtreecommitdiffstats
path: root/twin/clients/b2
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-21 11:41:53 +0900
committerMichele Calgaro <[email protected]>2023-11-21 18:14:06 +0900
commit7272c289be1517c4a4b6ccd35c9d64f8a657593d (patch)
treef52030f604018b8af37958df1a289c8c0d2deb11 /twin/clients/b2
parent4a6f4a17320917d60610036649b6192289c3f4a5 (diff)
downloadtdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.tar.gz
tdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.zip
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853)
Diffstat (limited to 'twin/clients/b2')
-rw-r--r--twin/clients/b2/b2client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/b2/b2client.cpp b/twin/clients/b2/b2client.cpp
index 49391e923..afef7799f 100644
--- a/twin/clients/b2/b2client.cpp
+++ b/twin/clients/b2/b2client.cpp
@@ -1213,7 +1213,7 @@ B2Button::B2Button(B2Client *_client, TQWidget *parent,
: TQButton(parent, 0), hover(false)
{
setBackgroundMode(NoBackground);
- setCursor(tqarrowCursor);
+ setCursor(TQt::arrowCursor);
realizeButtons = realizeBtns;
client = _client;
useMiniIcon = false;