From fb6884ead2891c09ee54fca2d753fb8d34359e28 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Jul 2023 17:22:13 +0900 Subject: Drop compatibility code for TQPalette Signed-off-by: Michele Calgaro --- doc/html/qpalette-h.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc/html/qpalette-h.html') diff --git a/doc/html/qpalette-h.html b/doc/html/qpalette-h.html index 6d36bf14a..5ae3ef1d1 100644 --- a/doc/html/qpalette-h.html +++ b/doc/html/qpalette-h.html @@ -158,7 +158,7 @@ public: ~TQPalette(); TQPalette &operator=( const TQPalette & ); - enum ColorGroup { Disabled, Active, Inactive, NColorGroups, Normal=Active }; + enum ColorGroup { Disabled, Active, Inactive, NColorGroups }; const TQColor &color( ColorGroup, TQColorGroup::ColorRole ) const; const TQBrush &brush( ColorGroup, TQColorGroup::ColorRole ) const; @@ -173,16 +173,10 @@ public: const TQColorGroup &active() const { return data->active; } const TQColorGroup &disabled() const { return data->disabled; } const TQColorGroup &inactive() const { return data->inactive; } -#ifndef TQT_NO_COMPAT - const TQColorGroup &normal() const { return active(); } -#endif void setActive( const TQColorGroup & ); void setDisabled( const TQColorGroup & ); void setInactive( const TQColorGroup & ); -#ifndef TQT_NO_COMPAT - void setNormal( const TQColorGroup & cg ) { setActive(cg); } -#endif bool operator==( const TQPalette &p ) const; bool operator!=( const TQPalette &p ) const -- cgit v1.2.1