diff options
Diffstat (limited to 'kstyles/asteroid/asteroid.h')
-rw-r--r-- | kstyles/asteroid/asteroid.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kstyles/asteroid/asteroid.h b/kstyles/asteroid/asteroid.h index 5cf1d7ae7..e8516c6e1 100644 --- a/kstyles/asteroid/asteroid.h +++ b/kstyles/asteroid/asteroid.h @@ -19,6 +19,8 @@ public: void polish(TQWidget *); void unPolish(TQWidget *); + void polish( TQApplication* ); + void unPolish( TQApplication* ); void renderSliderHandle(TQPainter *p, @@ -40,6 +42,10 @@ public: SFlags = Style_Default, const TQStyleOption & = TQStyleOption::Default) const; + int tqstyleHint(TQ_StyleHint, const TQWidget * = 0, + const TQStyleOption & = TQStyleOption::Default, + TQStyleHintReturn * = 0 ) const; + void tqdrawPrimitive(TQ_PrimitiveElement, TQPainter *, const TQRect &, @@ -88,7 +94,7 @@ public: SubControl, const TQStyleOption & = TQStyleOption::Default) const; - TQSize sizeFromContents(ContentsType, + TQSize tqsizeFromContents(ContentsType, const TQWidget *, const TQSize &, const TQStyleOption &) const; |