diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 17:17:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 17:17:58 +0900 |
commit | 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9 (patch) | |
tree | 24062384f6f95b5407af0708c477cbfa4a39198e /tdeprint/tdeprintfax | |
parent | 7bc43c68b3c095631628e1fb691242315687d15b (diff) | |
download | tdebase-67f2b0da2c80c3ee335aecda5dfedf3176edd8b9.tar.gz tdebase-67f2b0da2c80c3ee335aecda5dfedf3176edd8b9.zip |
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/tdeprintfax')
-rw-r--r-- | tdeprint/tdeprintfax/faxctrl.cpp | 2 |
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; |