From c81b292c91c5eafbbb76467a6b07e5b5ff169f6f Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Wed, 4 Apr 2012 02:21:04 +0800 Subject: [PATCH] Krazy fix: QTabBar => KTabBar --- src/ViewContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewContainer.cpp b/src/ViewContainer.cpp index 09f349dd3..887636c2f 100644 --- a/src/ViewContainer.cpp +++ b/src/ViewContainer.cpp @@ -276,7 +276,7 @@ void ViewContainerTabBar::setDropIndicator(int index, bool drawDisabled) _dropIndicatorIndex = index; const int ARROW_SIZE = 32; - const bool north = shape() == QTabBar::RoundedNorth || shape() == QTabBar::TriangularNorth; + const bool north = shape() == KTabBar::RoundedNorth || shape() == KTabBar::TriangularNorth; if (!_dropIndicator || _drawIndicatorDisabled != drawDisabled) { if (!_dropIndicator) {