diff options
author | Michele Calgaro <[email protected]> | 2023-12-07 12:59:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-07 12:59:42 +0900 |
commit | 1efbeb497b0498457a48efe0a4c0ea28a809effb (patch) | |
tree | d0b42481f4932873a6f86416f9e2649792a1084d /src/kdiff3_shell.cpp | |
parent | 7c9ad5461923e26231c3b13b0fa6fdcaa8f88b75 (diff) | |
download | kdiff3-1efbeb497b0498457a48efe0a4c0ea28a809effb.tar.gz kdiff3-1efbeb497b0498457a48efe0a4c0ea28a809effb.zip |
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kdiff3_shell.cpp')
-rw-r--r-- | src/kdiff3_shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<KParts::ReadWritePart *>(factory->create(TQT_TQOBJECT(this), + m_part = static_cast<KParts::ReadWritePart *>(factory->create(this, "kdiff3_part", "KParts::ReadWritePart" )); if (m_part) |