diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/khtml/css_value.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/khtml/css_value.sip')
-rw-r--r-- | sip/khtml/css_value.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/khtml/css_value.sip b/sip/khtml/css_value.sip index 5d8194d..a3b7a68 100644 --- a/sip/khtml/css_value.sip +++ b/sip/khtml/css_value.sip @@ -242,10 +242,10 @@ class RGBColor public: RGBColor (); - RGBColor (const QColor&); + RGBColor (const TQColor&); %If ( KDE_3_1_0 - ) - RGBColor (QRgb); + RGBColor (TQRgb); %End RGBColor (const DOM::RGBColor&); @@ -254,7 +254,7 @@ public: DOM::CSSPrimitiveValue blue () const; %If ( KDE_3_1_0 - ) - QRgb color () const; + TQRgb color () const; %End @@ -263,7 +263,7 @@ protected: public: %If ( - KDE_3_1_0 ) - const QColor& color () const; + const TQColor& color () const; %End |