diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:48:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 22:34:26 +0900 |
commit | e19e9e50139cbee2575da9623c6526f25c40630b (patch) | |
tree | 922e1bf6956f347e426d6de2563c076ec21e7ef9 | |
parent | 12aad560b36f91a32090d9872c9619c119806078 (diff) | |
download | tde-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.h | 4 |
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, |