summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 17:17:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-10 10:58:36 +0900
commit3515607e5ac48686510e60e2e67e4bc15ff03e46 (patch)
tree438d015eaa54fc439546794db480c5b39d42c404 /tdeprint
parent196b1629b9f5de20f3769eb5ec755a635df3c3e7 (diff)
downloadtdebase-3515607e5ac48686510e60e2e67e4bc15ff03e46.tar.gz
tdebase-3515607e5ac48686510e60e2e67e4bc15ff03e46.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/tdeprintfax/faxctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/faxctrl.cpp b/tdeprint/tdeprintfax/faxctrl.cpp
index 90376ec2a..0c3febd86 100644
--- a/tdeprint/tdeprintfax/faxctrl.cpp
+++ b/tdeprint/tdeprintfax/faxctrl.cpp
@@ -599,7 +599,7 @@ void FaxCtrl::slotClearLog()
void FaxCtrl::slotCloseLog()
{
- const TQObject *obj = TQT_TQOBJECT_CONST(sender());
+ const TQObject *obj = sender();
if (m_logview)
{
TQTextEdit *view = m_logview;