summaryrefslogtreecommitdiffstats
path: root/tdeui/ktabwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/ktabwidget.h')
-rw-r--r--tdeui/ktabwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tdeui/ktabwidget.h b/tdeui/ktabwidget.h
index b552229c9..1290e6307 100644
--- a/tdeui/ktabwidget.h
+++ b/tdeui/ktabwidget.h
@@ -56,6 +56,11 @@ public:
void setTabColor( TQWidget *, const TQColor& color );
/*!
+ Reset the color of the tab of the given widget.
+ */
+ void resetTabColor( TQWidget * );
+
+ /*!
Returns the tab color for the given widget.
*/
TQColor tabColor( TQWidget * ) const;