summaryrefslogtreecommitdiffstats
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:44:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-14 19:14:29 +0900
commitd4fddb259999a2533a8092f8a9f9775f7054b807 (patch)
tree9aa7efe31f1b1cc51e1acdb8a83597eff9fc5995 /src/dolphindetailsview.cpp
parent31e7981857e098a7fbefc362b639ec37fd3a9f6c (diff)
downloaddolphin-d4fddb259999a2533a8092f8a9f9775f7054b807.tar.gz
dolphin-d4fddb259999a2533a8092f8a9f9775f7054b807.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 3738426..8b74e9a 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -716,7 +716,7 @@ void DolphinDetailsView::DolphinListViewItem::paintCell(TQPainter* painter,
int alignment)
{
const TQListView* view = listView();
- const bool isActive = TQT_BASE_OBJECT(view->parent()) == TQT_BASE_OBJECT(Dolphin::mainWin().activeView());
+ const bool isActive = (view->parent() == Dolphin::mainWin().activeView());
if (isSelected()) {
// Per default the selection is drawn above the whole width of the item. As a consistent
// behavior with the icon view is wanted, only the the column containing the file name