summaryrefslogtreecommitdiffstats
path: root/twin/clients/plastik/plastikclient.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 21:15:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 22:25:42 +0900
commit9f1307134d0b5aa64749ec46551fd32bc8e8dda3 (patch)
tree9a72e0e378feccd530eaa2bce92adb173913e4ae /twin/clients/plastik/plastikclient.cpp
parentdc36e4bfdb29b4e9828fc33d784b7f18118e418b (diff)
downloadtdebase-9f1307134d0b5aa64749ec46551fd32bc8e8dda3.tar.gz
tdebase-9f1307134d0b5aa64749ec46551fd32bc8e8dda3.zip
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2f0c2ae7b5a9144566dad971c4231709d19ece7a)
Diffstat (limited to 'twin/clients/plastik/plastikclient.cpp')
-rw-r--r--twin/clients/plastik/plastikclient.cpp2
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) {