summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-03-01 19:20:12 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-03-01 19:20:12 +0100
commita5b6f501d088bcc8c9593f705cfec026b59f89b4 (patch)
treee3497381b10740c832b3c3fd16016f782649408f /src/tabbar.cpp
parentDo NOT take the first element of an empty list (diff)
downloadrekonq-a5b6f501d088bcc8c9593f705cfec026b59f89b4.tar.xz
Q --> K
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp4
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();