summaryrefslogtreecommitdiffstats
path: root/src/kdiff3_shell.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 12:59:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-08 20:52:17 +0900
commit835702ea8d041b2521be63dfe0faf75ece29c7f7 (patch)
treef72ca30d8f7fb4aa07779607e36097a21296b44d /src/kdiff3_shell.cpp
parent95d0ba611515af0b74b92182055508e9ae884b35 (diff)
downloadkdiff3-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.cpp2
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)