summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:48:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:48:21 +0900
commit86065aeae28674129d1cfbef82112345cf8cb6ed (patch)
treea47aa69678a5339b8da565be5e18f936d9622800
parente4b636772fa646b85693d1349faec9270b42a66c (diff)
downloadtde-style-domino-86065aeae28674129d1cfbef82112345cf8cb6ed.tar.gz
tde-style-domino-86065aeae28674129d1cfbef82112345cf8cb6ed.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--domino/domino.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/domino/domino.h b/domino/domino.h
index 7a78bbc..e3090fe 100644
--- a/domino/domino.h
+++ b/domino/domino.h
@@ -144,7 +144,7 @@ public:
const TQStyleOption& = TQStyleOption::Default,
const TQWidget *widget = 0 ) const;
- void drawControlMask( TQ_ControlElement,
+ void drawControlMask( ControlElement,
TQPainter *,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -152,7 +152,7 @@ public:
const TQStyleOption &,
const TQWidget *) const;
- void drawComplexControl(TQ_ComplexControl control,
+ void drawComplexControl(ComplexControl control,
TQPainter *p,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,