summaryrefslogtreecommitdiffstats
path: root/styles/dotnet/dotnet.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-12 21:15:07 +0900
committerMichele Calgaro <[email protected]>2023-09-12 21:15:07 +0900
commit3b2945d7a9f4abad5ce52316ec8c68264a7aa11f (patch)
treecfd8b7af235d07b19aaf90ea79699f974ee88e61 /styles/dotnet/dotnet.cpp
parent2df72b22c58bd6f986ee65e476314514996de9a6 (diff)
downloadtdeartwork-3b2945d7a9f4abad5ce52316ec8c68264a7aa11f.tar.gz
tdeartwork-3b2945d7a9f4abad5ce52316ec8c68264a7aa11f.zip
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'styles/dotnet/dotnet.cpp')
-rw-r--r--styles/dotnet/dotnet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp
index 484aec19..0a6e8027 100644
--- a/styles/dotnet/dotnet.cpp
+++ b/styles/dotnet/dotnet.cpp
@@ -425,7 +425,7 @@ void dotNETstyle::drawTDEStylePrimitive(TDEStylePrimitive kpe,
// This function draws primitive elements as well as their masks.
-void dotNETstyle::drawPrimitive(TQ_PrimitiveElement pe,
+void dotNETstyle::drawPrimitive(PrimitiveElement pe,
TQPainter *p,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -1625,7 +1625,7 @@ void dotNETstyle::drawComplexControl(ComplexControl control,
case CC_SpinWidget: {
const TQSpinWidget *sw = (const TQSpinWidget *) widget;
SFlags flags;
- TQ_PrimitiveElement pe;
+ PrimitiveElement pe;
TQRect swf = querySubControlMetrics(control, ceData, elementFlags, SC_SpinWidgetFrame, TQStyleOption::Default, sw);
swf = visualRect( swf, ceData, elementFlags );