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