summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index dfc1482c..5c1bc076 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -126,7 +126,7 @@ QSize TabBar::tabSizeHint(int index) const
void TabBar::tabLayoutChange()
{
setTabButtonPosition();
- QTabBar::tabLayoutChange();
+ KTabBar::tabLayoutChange();
}