From d4fddb259999a2533a8092f8a9f9775f7054b807 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:44:48 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- src/dolphin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphin.cpp') diff --git a/src/dolphin.cpp b/src/dolphin.cpp index 9365671..01b5c5f 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -432,11 +432,10 @@ void Dolphin::createFile() KSortableValueList::ConstIterator it = m_createFileTemplates.begin(); KSortableValueList::ConstIterator end = m_createFileTemplates.end(); - const TQString senderName(TQT_TQOBJECT(const_cast(sender()))->name()); bool found = false; CreateFileEntry entry; while (!found && (it != end)) { - if ((*it).index() == senderName) { + if ((*it).index() == sender()->name()) { entry = (*it).value(); found = true; } -- cgit v1.2.3