summaryrefslogtreecommitdiffstats
path: root/sip/qt/qcolorgroup.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qcolorgroup.sip')
-rw-r--r--sip/qt/qcolorgroup.sip36
1 files changed, 0 insertions, 36 deletions
diff --git a/sip/qt/qcolorgroup.sip b/sip/qt/qcolorgroup.sip
index 5ca0c34..8ab220b 100644
--- a/sip/qt/qcolorgroup.sip
+++ b/sip/qt/qcolorgroup.sip
@@ -39,38 +39,11 @@ public:
TQColorGroup();
TQColorGroup(const TQColor &,const TQColor &,const TQColor &,const TQColor &,
const TQColor &,const TQColor &,const TQColor &);
-%If (TQt_2_00 -)
TQColorGroup(const TQBrush &,const TQBrush &,const TQBrush &,const TQBrush &,
const TQBrush &,const TQBrush &,const TQBrush &,const TQBrush &,
const TQBrush &);
-%End
TQColorGroup(TQColorGroup&);
-%If (- TQt_2_00)
- TQColor midlight() const;
-%End
-
-%If (TQt_2_00 - TQt_3_0_0)
- enum ColorRole
- {
- Foreground,
- Button,
- Light,
- Midlight,
- Dark,
- Mid,
- Text,
- BrightText,
- ButtonText,
- Base,
- Background,
- Shadow,
- Highlight,
- HighlightedText,
- NColorRoles
- };
-%End
-%If (TQt_3_0_0 -)
enum ColorRole
{
Foreground,
@@ -91,35 +64,26 @@ public:
LinkVisited,
NColorRoles
};
-%End
-%If (TQt_2_00 -)
const TQColor &color(ColorRole) const;
const TQBrush &brush(ColorRole) const;
void setColor(ColorRole,const TQColor &);
void setBrush(ColorRole,const TQBrush &);
-%End
const TQColor &foreground() const;
-%If (TQt_2_00 -)
const TQColor &button() const;
-%End
const TQColor &light() const;
const TQColor &dark() const;
const TQColor &mid() const;
const TQColor &text() const;
const TQColor &base() const;
const TQColor &background() const;
-%If (TQt_2_00 -)
const TQColor &midlight() const;
const TQColor &brightText() const;
const TQColor &buttonText() const;
const TQColor &shadow() const;
const TQColor &highlight() const;
const TQColor &highlightedText() const;
-%End
-%If (TQt_3_0_0 -)
const TQColor &link() const;
const TQColor &linkVisited() const;
-%End
};