summaryrefslogtreecommitdiffstats
path: root/styles/dotnet/dotnet.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 21:15:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-12 22:25:59 +0900
commit9fa5c7dee811c1f66a9faa31ee971bbe1ff14f60 (patch)
treeaf4bf88d3b49c4edca9d6e25bded1e4bc6d4b940 /styles/dotnet/dotnet.cpp
parentdbcdda93741a5ed9bac8c466ac8abe792bf14d53 (diff)
downloadtdeartwork-9fa5c7dee811c1f66a9faa31ee971bbe1ff14f60.tar.gz
tdeartwork-9fa5c7dee811c1f66a9faa31ee971bbe1ff14f60.zip
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3b2945d7a9f4abad5ce52316ec8c68264a7aa11f)
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 );