summaryrefslogtreecommitdiffstats
path: root/tdm/kfrontend/themer/tdmitem.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:32:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 17:43:49 +0900
commit71b2eaec0969200f80450667fb08b7602f669b2e (patch)
tree12d3e0ab6500ae8975410075f577343df722b431 /tdm/kfrontend/themer/tdmitem.cpp
parent139b166e1af1efe1cbc0ee2cce6d5534ad042d0e (diff)
downloadtdebase-71b2eaec0969200f80450667fb08b7602f669b2e.tar.gz
tdebase-71b2eaec0969200f80450667fb08b7602f669b2e.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7)
Diffstat (limited to 'tdm/kfrontend/themer/tdmitem.cpp')
-rw-r--r--tdm/kfrontend/themer/tdmitem.cpp2
1 files changed, 1 insertions, 1 deletions
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<TQFrame *>( widget );
+ TQFrame* frame = ::tqt_cast<TQFrame *>( widget );
if (frame)
frame->setFrameStyle( TQFrame::NoFrame );