From 1efbeb497b0498457a48efe0a4c0ea28a809effb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Dec 2023 12:59:42 +0900 Subject: Replaced various '#define' with actual strings - part 6 Signed-off-by: Michele Calgaro --- src/kdiff3_shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdiff3_shell.cpp') diff --git a/src/kdiff3_shell.cpp b/src/kdiff3_shell.cpp index 2670d9a..870a44b 100644 --- a/src/kdiff3_shell.cpp +++ b/src/kdiff3_shell.cpp @@ -55,7 +55,7 @@ KDiff3Shell::KDiff3Shell(bool bCompleteInit) { // now that the Part is loaded, we cast it to a Part to get // our hands on it - m_part = static_cast(factory->create(TQT_TQOBJECT(this), + m_part = static_cast(factory->create(this, "kdiff3_part", "KParts::ReadWritePart" )); if (m_part) -- cgit v1.2.3