diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 12:59:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 20:52:17 +0900 |
| commit | 835702ea8d041b2521be63dfe0faf75ece29c7f7 (patch) | |
| tree | f72ca30d8f7fb4aa07779607e36097a21296b44d /src/kdiff3_shell.cpp | |
| parent | 95d0ba611515af0b74b92182055508e9ae884b35 (diff) | |
| download | kdiff3-835702ea8d041b2521be63dfe0faf75ece29c7f7.tar.gz kdiff3-835702ea8d041b2521be63dfe0faf75ece29c7f7.zip | |
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1efbeb497b0498457a48efe0a4c0ea28a809effb)
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) |
