7#ifndef KoDockWidgetTitleBar_p_h
8#define KoDockWidgetTitleBar_p_h
17#include <QAbstractButton>
21#include <QStylePainter>
22#include <QStyleOptionFrame>
24class KSqueezedTextLabel;
30 : thePublic(thePublic)
37 QAbstractButton* closeButton {
nullptr};
38 QAbstractButton* floatButton {
nullptr};
39 QAbstractButton* lockButton {
nullptr};
40 KSqueezedTextLabel* titleLabel {
nullptr};