summaryrefslogtreecommitdiffstats
path: root/styles/phase/phasestyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'styles/phase/phasestyle.h')
-rw-r--r--styles/phase/phasestyle.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h
index 6c620250..bba45997 100644
--- a/styles/phase/phasestyle.h
+++ b/styles/phase/phasestyle.h
@@ -86,7 +86,7 @@ class PhaseStyle : public TDEStyle
const TQStyleOption &option = TQStyleOption::Default,
const TQWidget *widget = 0) const;
- void drawControl(TQ_ControlElement element,
+ void drawControl(ControlElement element,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -96,7 +96,7 @@ class PhaseStyle : public TDEStyle
const TQStyleOption &option = TQStyleOption::Default,
const TQWidget *widget = 0) const;
- void drawControlMask(TQ_ControlElement element,
+ void drawControlMask(ControlElement element,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -104,7 +104,7 @@ class PhaseStyle : public TDEStyle
const TQStyleOption &option = TQStyleOption::Default,
const TQWidget *widget = 0) const;
- void drawComplexControl(TQ_ComplexControl control,
+ void drawComplexControl(ComplexControl control,
TQPainter *painter,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
@@ -116,7 +116,7 @@ class PhaseStyle : public TDEStyle
const TQStyleOption &option = TQStyleOption::Default,
const TQWidget *widget = 0) const;
- void drawComplexControlMask(TQ_ComplexControl control,
+ void drawComplexControlMask(ComplexControl control,
TQPainter *painter,
const TQStyleControlElementData &ceData,
const ControlElementFlags elementFlags,
@@ -129,7 +129,7 @@ class PhaseStyle : public TDEStyle
TQRect subRect(SubRect rect, const TQStyleControlElementData &ceData, const ControlElementFlags elementFlags, const TQWidget *widget = 0) const;
- TQRect querySubControlMetrics(TQ_ComplexControl control,
+ TQRect querySubControlMetrics(ComplexControl control,
const TQStyleControlElementData &ceData,
ControlElementFlags elementFlags,
SubControl subcontrol,