diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:42 -0600 |
commit | 3efcc926af0b38ffbd494fe8adfe230ef0957886 (patch) | |
tree | 80909676fef71a205c4b670c09f5e2d452693d64 /style/lipstik.h | |
parent | fefd7618681c12635dfc1fd256d385dd44f687c3 (diff) | |
download | tde-style-lipstik-3efcc926af0b38ffbd494fe8adfe230ef0957886.tar.gz tde-style-lipstik-3efcc926af0b38ffbd494fe8adfe230ef0957886.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit fefd7618681c12635dfc1fd256d385dd44f687c3.
Diffstat (limited to 'style/lipstik.h')
-rw-r--r-- | style/lipstik.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/style/lipstik.h b/style/lipstik.h index 653d98b..7634e0b 100644 --- a/style/lipstik.h +++ b/style/lipstik.h @@ -88,7 +88,7 @@ public: SFlags flags = Style_Default, const TQStyleOption &opt = TQStyleOption::Default ) const; - void drawControl(ControlElement element, + void tqdrawControl(ControlElement element, TQPainter *p, const TQWidget *widget, const TQRect &r, @@ -96,9 +96,9 @@ public: SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const; - void drawControlMask( ControlElement, TQPainter *, const TQWidget *, const TQRect &, const TQStyleOption &) const; + void tqdrawControlMask( ControlElement, TQPainter *, const TQWidget *, const TQRect &, const TQStyleOption &) const; - void drawComplexControl(ComplexControl control, + void tqdrawComplexControl(ComplexControl control, TQPainter *p, const TQWidget *widget, const TQRect &r, @@ -108,7 +108,7 @@ public: SCFlags active = SC_None, const TQStyleOption& = TQStyleOption::Default ) const; - int pixelMetric(PixelMetric m, + int tqpixelMetric(PixelMetric m, const TQWidget *widget = 0 ) const; TQRect subRect(SubRect r, @@ -119,7 +119,7 @@ public: SubControl subcontrol, const TQStyleOption &opt = TQStyleOption::Default ) const; - void drawComplexControlMask(TQStyle::ComplexControl c, + void tqdrawComplexControlMask(TQStyle::ComplexControl c, TQPainter *p, const TQWidget *w, const TQRect &r, @@ -130,7 +130,7 @@ public: const TQSize &s, const TQStyleOption &o) const; - int styleHint(StyleHint, const TQWidget * = 0, + int tqstyleHint(StyleHint, const TQWidget * = 0, const TQStyleOption & = TQStyleOption::Default, TQStyleHintReturn * = 0 ) const; |