]>
cloud.milkyroute.net Git - dolphin.git/blob - src/panels/folders/foldersitemlistwidget.h
2 * SPDX-FileCopyrightText: 2012 Emmanuel Pescosta <emmanuelpescosta099@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0-or-later
7 #ifndef FOLDERSITEMLISTWIDGET_H
8 #define FOLDERSITEMLISTWIDGET_H
10 #include "kitemviews/kfileitemlistwidget.h"
13 * @brief Extends KFileItemListWidget to use the right text color.
15 class FoldersItemListWidget
: public KFileItemListWidget
20 FoldersItemListWidget(KItemListWidgetInformant
*informant
, QGraphicsItem
*parent
);
21 ~FoldersItemListWidget() override
;
24 QPalette::ColorRole
normalTextColorRole() const override
;