diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:29 +0900 |
commit | 82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7 (patch) | |
tree | 2c76f6f5cd0d00d68367512b574896bc11052122 /tdm/kfrontend | |
parent | 36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7 (diff) | |
download | tdebase-82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7.tar.gz tdebase-82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdm/kfrontend')
-rw-r--r-- | tdm/kfrontend/themer/tdmitem.cpp | 2 |
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 ); |