diff options
author | Michele Calgaro <[email protected]> | 2023-09-12 21:15:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-12 21:15:21 +0900 |
commit | 2f0c2ae7b5a9144566dad971c4231709d19ece7a (patch) | |
tree | e07bfa2b03d2a99a8a599f0ea4f0fea3c20ee1e2 /twin/clients/plastik/plastikclient.cpp | |
parent | 9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4 (diff) | |
download | tdebase-2f0c2ae7b5a9144566dad971c4231709d19ece7a.tar.gz tdebase-2f0c2ae7b5a9144566dad971c4231709d19ece7a.zip |
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin/clients/plastik/plastikclient.cpp')
-rw-r--r-- | twin/clients/plastik/plastikclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/plastik/plastikclient.cpp b/twin/clients/plastik/plastikclient.cpp index 6fa993721..ad3d768c7 100644 --- a/twin/clients/plastik/plastikclient.cpp +++ b/twin/clients/plastik/plastikclient.cpp @@ -394,7 +394,7 @@ TQRect PlastikClient::captionRect() const buttonsLeftWidth() - buttonsRightWidth() - marginLeft - marginRight; - TQ_Alignment a = Handler()->titleAlign(); + Qt::AlignmentFlags a = Handler()->titleAlign(); int tX, tW; // position/width of the title buffer if (caption.width() > titleWidth) { |