diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:05 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-28 09:21:05 +0200 |
commit | 6942024200121f94dc19074b376796de63e9337e (patch) | |
tree | ceac9ddf766aaff02901f5f69aa89bd61b4b3488 /style/lipstik.h | |
parent | f2f3f20f5124aaf88fdee2245bf347bfe157e51d (diff) | |
download | tde-style-lipstik-6942024200121f94dc19074b376796de63e9337e.tar.gz tde-style-lipstik-6942024200121f94dc19074b376796de63e9337e.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit c486ca7da09e04a553a1f191326516cabe19e3d2)
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; |