diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:42 -0600 |
commit | 77252ab600ddb54c54afda4182db0b62e6734ae8 (patch) | |
tree | 0e6627fd5db46b782d6c8fec3c9c34090c20ca35 /style/qtc_kstyle.h | |
parent | b98d1ff3de3e501c2a08b61433937cc7bfcc97dc (diff) | |
download | tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.tar.gz tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.
Diffstat (limited to 'style/qtc_kstyle.h')
-rw-r--r-- | style/qtc_kstyle.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/style/qtc_kstyle.h b/style/qtc_kstyle.h index 51243f7..8b3bc8c 100644 --- a/style/qtc_kstyle.h +++ b/style/qtc_kstyle.h @@ -224,7 +224,7 @@ class TQtCKStyle: public TQCommonStyle * * @see KStyle::KStylePrimitive * @see TQStyle::drawPrimitive - * @see TQStyle::drawComplexControl + * @see TQStyle::tqdrawComplexControl */ virtual void drawKStylePrimitive( KStylePrimitive kpe, TQPainter* p, @@ -262,7 +262,7 @@ class TQtCKStyle: public TQCommonStyle SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const; - void drawControl( ControlElement element, + void tqdrawControl( ControlElement element, TQPainter* p, const TQWidget* widget, const TQRect &r, @@ -270,7 +270,7 @@ class TQtCKStyle: public TQCommonStyle SFlags flags = Style_Default, const TQStyleOption& = TQStyleOption::Default ) const; - void drawComplexControl( ComplexControl control, + void tqdrawComplexControl( ComplexControl control, TQPainter *p, const TQWidget* widget, const TQRect &r, @@ -290,7 +290,7 @@ class TQtCKStyle: public TQCommonStyle SubControl sc, const TQStyleOption& = TQStyleOption::Default ) const; - int pixelMetric( PixelMetric m, + int tqpixelMetric( PixelMetric m, const TQWidget* widget = 0 ) const; TQRect subRect( SubRect r, @@ -300,7 +300,7 @@ class TQtCKStyle: public TQCommonStyle const TQWidget* widget = 0, const TQStyleOption& = TQStyleOption::Default ) const; - int styleHint( StyleHint sh, + int tqstyleHint( StyleHint sh, const TQWidget* w = 0, const TQStyleOption &opt = TQStyleOption::Default, TQStyleHintReturn* shr = 0 ) const; |