diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:05 -0600 |
commit | c486ca7da09e04a553a1f191326516cabe19e3d2 (patch) | |
tree | fb7d9489159a64abd0d34c7894b31343666f3c10 /style/lipstik.h | |
parent | 3efcc926af0b38ffbd494fe8adfe230ef0957886 (diff) | |
download | tde-style-lipstik-c486ca7da09e04a553a1f191326516cabe19e3d2.tar.gz tde-style-lipstik-c486ca7da09e04a553a1f191326516cabe19e3d2.zip |
Rename old tq methods that no longer need a unique name
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 7634e0b..653d98b 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 tqdrawControl(ControlElement element, + void drawControl(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 tqdrawControlMask( ControlElement, TQPainter *, const TQWidget *, const TQRect &, const TQStyleOption &) const; + void drawControlMask( ControlElement, TQPainter *, const TQWidget *, const TQRect &, const TQStyleOption &) const; - void tqdrawComplexControl(ComplexControl control, + void drawComplexControl(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 tqpixelMetric(PixelMetric m, + int pixelMetric(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 tqdrawComplexControlMask(TQStyle::ComplexControl c, + void drawComplexControlMask(TQStyle::ComplexControl c, TQPainter *p, const TQWidget *w, const TQRect &r, @@ -130,7 +130,7 @@ public: const TQSize &s, const TQStyleOption &o) const; - int tqstyleHint(StyleHint, const TQWidget * = 0, + int styleHint(StyleHint, const TQWidget * = 0, const TQStyleOption & = TQStyleOption::Default, TQStyleHintReturn * = 0 ) const; |