diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 21:15:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 22:25:59 +0900 |
commit | 9fa5c7dee811c1f66a9faa31ee971bbe1ff14f60 (patch) | |
tree | af4bf88d3b49c4edca9d6e25bded1e4bc6d4b940 /styles/phase/phasestyle.h | |
parent | dbcdda93741a5ed9bac8c466ac8abe792bf14d53 (diff) | |
download | tdeartwork-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/phase/phasestyle.h')
-rw-r--r-- | styles/phase/phasestyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index 0fb51f19..6c620250 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -67,7 +67,7 @@ class PhaseStyle : public TDEStyle void polish(TQPalette &pal); void unPolish(const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void *); - void drawPrimitive(TQ_PrimitiveElement element, + void drawPrimitive(PrimitiveElement element, TQPainter *painter, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, @@ -143,7 +143,7 @@ class PhaseStyle : public TDEStyle const TQStyleOption& option = TQStyleOption::Default, const TQWidget *widget = 0) const; - int styleHint(TQ_StyleHint, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, + int styleHint(StyleHint, const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, const TQStyleOption & = TQStyleOption::Default, TQStyleHintReturn * = 0, const TQWidget * = 0 ) const; |