From b08d50a8abd0ce4463ec99bb754986f640cf28fa Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 10 Feb 2011 19:13:11 +0100 Subject: Revert "highlights inactive tabs if title changes" It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820. --- src/tabbar.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index a467e96e..b505f78b 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -39,7 +39,6 @@ // Forward Declarations class KPassivePopup; -class TabHighlightEffect; /** @@ -55,9 +54,6 @@ public: explicit TabBar(QWidget *parent); virtual ~TabBar() {} - void setTabHighlighted(int index, bool highlighted); - QRect tabTextRect(int index); - signals: void cloneTab(int index); void closeTab(int index); @@ -78,7 +74,7 @@ protected: virtual void leaveEvent(QEvent *event); virtual void mousePressEvent(QMouseEvent *event); virtual void mouseReleaseEvent(QMouseEvent *event); - virtual void tabRemoved(int index); + virtual void tabRemoved(int); private slots: void cloneTab(); @@ -108,7 +104,6 @@ private: */ int m_currentTabPreviewIndex; bool m_isFirstTimeOnTab; - TabHighlightEffect *m_tabHighlightEffect; }; #endif -- cgit v1.2.1