summaryrefslogtreecommitdiffstats
path: root/styles/phase/phasestyle.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:55:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 01:07:32 +0900
commit149da9688fd8cb473a40dbe2b199e75bae770f43 (patch)
tree14e46ef8f676c82f84d97b10e9908fa0062adfff /styles/phase/phasestyle.cpp
parent9ab138fef41ad463a8553993e6b1a43010905dc4 (diff)
downloadtdeartwork-149da9688fd8cb473a40dbe2b199e75bae770f43.tar.gz
tdeartwork-149da9688fd8cb473a40dbe2b199e75bae770f43.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c9aea3d67bbecebcd6cbeb45102d353de27cbacb)
Diffstat (limited to 'styles/phase/phasestyle.cpp')
-rw-r--r--styles/phase/phasestyle.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp
index 1185048d..b19682bf 100644
--- a/styles/phase/phasestyle.cpp
+++ b/styles/phase/phasestyle.cpp
@@ -1153,7 +1153,7 @@ void PhaseStyle::drawTDEStylePrimitive(TDEStylePrimitive element,
// -------------
// Draw the control
-void PhaseStyle::drawControl(TQ_ControlElement element,
+void PhaseStyle::drawControl(ControlElement element,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -1597,7 +1597,7 @@ void PhaseStyle::drawControl(TQ_ControlElement element,
// -----------------
// Draw a bitmask for the element
-void PhaseStyle::drawControlMask(TQ_ControlElement element,
+void PhaseStyle::drawControlMask(ControlElement element,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -1621,7 +1621,7 @@ void PhaseStyle::drawControlMask(TQ_ControlElement element,
// --------------------
// Draw a complex control
-void PhaseStyle::drawComplexControl(TQ_ComplexControl control,
+void PhaseStyle::drawComplexControl(ComplexControl control,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -1919,7 +1919,7 @@ void PhaseStyle::drawComplexControl(TQ_ComplexControl control,
// ------------------------
// Draw a bitmask for the control
-void PhaseStyle::drawComplexControlMask(TQ_ComplexControl control,
+void PhaseStyle::drawComplexControlMask(ComplexControl control,
TQPainter *painter,
const TQStyleControlElementData &ceData,
const ControlElementFlags elementFlags,
@@ -2030,7 +2030,7 @@ TQRect PhaseStyle::subRect(SubRect rect, const TQStyleControlElementData &ceData
// ------------------------
// Get metrics for subcontrols of complex controls
-TQRect PhaseStyle::querySubControlMetrics(TQ_ComplexControl control,
+TQRect PhaseStyle::querySubControlMetrics(ComplexControl control,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
SubControl subcontrol,