diff options
Diffstat (limited to 'kstyles/kthemestyle')
-rw-r--r-- | kstyles/kthemestyle/kthemebase.cpp | 2 | ||||
-rw-r--r-- | kstyles/kthemestyle/kthemebase.h | 6 | ||||
-rw-r--r-- | kstyles/kthemestyle/kthemestyle.cpp | 2 | ||||
-rw-r--r-- | kstyles/kthemestyle/kthemestyle.h | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/kstyles/kthemestyle/kthemebase.cpp b/kstyles/kthemestyle/kthemebase.cpp index 37bd51f15..db258a450 100644 --- a/kstyles/kthemestyle/kthemebase.cpp +++ b/kstyles/kthemestyle/kthemebase.cpp @@ -15,7 +15,7 @@ KDE3 HighColor Style Copyright (C) 2001 Karol Szwed <gallium@kde.org> - (C) 2001 Fredrik Höglund <fredrik@kde.org> + (C) 2001 Fredrik H�glund <fredrik@kde.org> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <mosfet@kde.org> diff --git a/kstyles/kthemestyle/kthemebase.h b/kstyles/kthemestyle/kthemebase.h index 3f0c59bab..b5f4ae8a9 100644 --- a/kstyles/kthemestyle/kthemebase.h +++ b/kstyles/kthemestyle/kthemebase.h @@ -522,7 +522,7 @@ protected: } - virtual void tqdrawControl( ControlElement element, + virtual void tqdrawControl( TQ_ControlElement element, TQPainter *p, const TQWidget *widget, const TQRect &r, @@ -534,7 +534,7 @@ protected: r, cg, how, opt ); } - virtual void tqdrawControlMask( ControlElement element, + virtual void tqdrawControlMask( TQ_ControlElement element, TQPainter *p, const TQWidget *widget, const TQRect &r, @@ -544,7 +544,7 @@ protected: } - virtual void tqdrawComplexControl( ComplexControl control, + virtual void tqdrawComplexControl( TQ_ComplexControl control, TQPainter *p, const TQWidget* widget, const TQRect &r, diff --git a/kstyles/kthemestyle/kthemestyle.cpp b/kstyles/kthemestyle/kthemestyle.cpp index 6b1e18e82..87a2f0d70 100644 --- a/kstyles/kthemestyle/kthemestyle.cpp +++ b/kstyles/kthemestyle/kthemestyle.cpp @@ -1950,7 +1950,7 @@ void KThemeStyle::drawKStylePrimitive( KStylePrimitive kpe, -void KThemeStyle::tqdrawComplexControl ( ComplexControl control, TQPainter * p, const TQWidget * widget, +void KThemeStyle::tqdrawComplexControl ( TQ_ComplexControl control, TQPainter * p, const TQWidget * widget, const TQRect & r, const TQColorGroup & g, SFlags how , SCFlags controls, SCFlags active, const TQStyleOption & opt ) const diff --git a/kstyles/kthemestyle/kthemestyle.h b/kstyles/kthemestyle/kthemestyle.h index b0b9bdd97..750031156 100644 --- a/kstyles/kthemestyle/kthemestyle.h +++ b/kstyles/kthemestyle/kthemestyle.h @@ -15,7 +15,7 @@ dotNET Style KDE3 HighColor Style Copyright (C) 2001 Karol Szwed <gallium@kde.org> - (C) 2001 Fredrik Höglund <fredrik@kde.org> + (C) 2001 Fredrik H�glund <fredrik@kde.org> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <mosfet@kde.org> @@ -100,7 +100,7 @@ public: const TQStyleOption& = TQStyleOption::Default ) const; - virtual void tqdrawComplexControl( ComplexControl control, + virtual void tqdrawComplexControl( TQ_ComplexControl control, TQPainter *p, const TQWidget* widget, const TQRect &r, |