diff options
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index ffa15353..9b1ca66a 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -209,13 +209,13 @@ void TabBar::hideEvent(QHideEvent *event) { qobject_cast<MainView *>(parent())->addTabButton()->hide(); } - QTabBar::hideEvent(event); + KTabBar::hideEvent(event); } void TabBar::showEvent(QShowEvent *event) { - QTabBar::showEvent(event); + KTabBar::showEvent(event); if (!event->spontaneous()) { qobject_cast<MainView *>(parent())->addTabButton()->show(); |