summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:48:21 +0900
committerMichele Calgaro <[email protected]>2023-11-24 22:34:26 +0900
commite19e9e50139cbee2575da9623c6526f25c40630b (patch)
tree922e1bf6956f347e426d6de2563c076ec21e7ef9
parent12aad560b36f91a32090d9872c9619c119806078 (diff)
downloadtde-style-domino-e19e9e50139cbee2575da9623c6526f25c40630b.tar.gz
tde-style-domino-e19e9e50139cbee2575da9623c6526f25c40630b.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 86065aeae28674129d1cfbef82112345cf8cb6ed)
-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,