summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:40:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 20:46:52 +0900
commitd2352699254c72129fbdcb2729d6fc9f913d155b (patch)
treea7a50ca014ee60727e50d641d6b054b2aab032fd
parent377a74382c0f10b2d3ec30d9b2337e8409bec58f (diff)
downloadktechlab-d2352699.tar.gz
ktechlab-d2352699.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/textdocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textdocument.cpp b/src/textdocument.cpp
index 9de69e8..8f656b6 100644
--- a/src/textdocument.cpp
+++ b/src/textdocument.cpp
@@ -616,7 +616,7 @@ void TextDocument::slotUpdateMarksInfo()
void TextDocument::slotBookmarkRequested()
{
- const TQObject * s = TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender()));
+ const TQObject * s = sender();
if (!s) return;
TQString name = s->name();