From a5b6f501d088bcc8c9593f705cfec026b59f89b4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 1 Mar 2011 19:20:12 +0100 Subject: Q --> K --- src/tabbar.cpp | 4 ++-- 1 file 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(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(parent())->addTabButton()->show(); -- cgit v1.2.1