mirror of
https://github.com/KDE/konsole.git
synced 2026-06-21 20:29:16 -04:00
Krazy fix: QTabBar => KTabBar
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user