From 71b2eaec0969200f80450667fb08b7602f669b2e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:32:29 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro (cherry picked from commit 82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7) --- tdm/kfrontend/themer/tdmitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdm/kfrontend') diff --git a/tdm/kfrontend/themer/tdmitem.cpp b/tdm/kfrontend/themer/tdmitem.cpp index 361f73e06..e89890129 100644 --- a/tdm/kfrontend/themer/tdmitem.cpp +++ b/tdm/kfrontend/themer/tdmitem.cpp @@ -232,7 +232,7 @@ KdmItem::setWidget( TQWidget *widget ) myWidget->show(); // Remove borders so that it blends nicely with the theme background - TQFrame* frame = ::tqqt_cast( widget ); + TQFrame* frame = ::tqt_cast( widget ); if (frame) frame->setFrameStyle( TQFrame::NoFrame ); -- cgit v1.2.1