summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/actiondnd.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 15:11:59 +0900
commit8308ebcedcc01c7588346da09b69b97b5c8e8059 (patch)
treebb9c0496446fbfe6f04adcfd8f16b2e59061b6ec /kdevdesigner/designer/actiondnd.cpp
parent56e6314df839aa796a946452f8950b529aba18e6 (diff)
downloadtdevelop-8308ebcedcc01c7588346da09b69b97b5c8e8059.tar.gz
tdevelop-8308ebcedcc01c7588346da09b69b97b5c8e8059.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aefcba8280fc1520675866143baf2f8c020ec82e)
Diffstat (limited to 'kdevdesigner/designer/actiondnd.cpp')
-rw-r--r--kdevdesigner/designer/actiondnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/actiondnd.cpp b/kdevdesigner/designer/actiondnd.cpp
index 9388b668..9539a372 100644
--- a/kdevdesigner/designer/actiondnd.cpp
+++ b/kdevdesigner/designer/actiondnd.cpp
@@ -171,7 +171,7 @@ void QDesignerToolBarSeparator::paintEvent( TQPaintEvent * )
if ( orientation() ==TQt::Horizontal )
flags |= TQStyle::Style_Horizontal;
- style().tqdrawPrimitive( TQStyle::PE_DockWindowSeparator, &p, rect(),
+ style().drawPrimitive( TQStyle::PE_DockWindowSeparator, &p, rect(),
colorGroup(), flags );
}