summaryrefslogtreecommitdiffstats
path: root/kmail/kmcomposewin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-09 15:34:41 +0900
committerMichele Calgaro <[email protected]>2023-08-09 21:29:37 +0900
commitfab4aa3bdd0ee1f10a9c91af9a7e054c01df9312 (patch)
treec097711d1c8f78767294cc765b896d41bf8a584d /kmail/kmcomposewin.cpp
parent99823e03205ce40e9539caf0e41125a4b81d6329 (diff)
downloadtdepim-fab4aa3bdd0ee1f10a9c91af9a7e054c01df9312.tar.gz
tdepim-fab4aa3bdd0ee1f10a9c91af9a7e054c01df9312.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ddf896e8d22004797d141e221455cbdaa45b3f80)
Diffstat (limited to 'kmail/kmcomposewin.cpp')
-rw-r--r--kmail/kmcomposewin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp
index 863589067..3694e4af3 100644
--- a/kmail/kmcomposewin.cpp
+++ b/kmail/kmcomposewin.cpp
@@ -887,7 +887,7 @@ void KMComposeWin::slotView(void)
//This sucks awfully, but no, I cannot get an activated(int id) from
// actionContainer()
- if (!TQT_TQOBJECT_CONST(sender())->isA("TDEToggleAction"))
+ if (!sender()->isA("TDEToggleAction"))
return;
TDEToggleAction *act = (TDEToggleAction *) sender();