diff options
author | Michele Calgaro <[email protected]> | 2025-01-21 14:24:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-03 22:19:17 +0900 |
commit | 6538b3d2235fc67aa8722eadcf11dc21ccdf622b (patch) | |
tree | 4ccaaf9f649b953484f7f40b2cb5091ff4eaf3a6 /src/kdiff3_part.cpp | |
parent | b0a8e135a1f4d43d4d232e6cf0e281096b60aa46 (diff) | |
download | kdiff3-6538b3d2235fc67aa8722eadcf11dc21ccdf622b.tar.gz kdiff3-6538b3d2235fc67aa8722eadcf11dc21ccdf622b.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kdiff3_part.cpp')
-rw-r--r-- | src/kdiff3_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3_part.cpp b/src/kdiff3_part.cpp index aa0760c..75fa4ad 100644 --- a/src/kdiff3_part.cpp +++ b/src/kdiff3_part.cpp @@ -69,7 +69,7 @@ KDiff3Part::~KDiff3Part() { if ( m_widget!=0 && ! m_bIsShell ) { - m_widget->saveOptions( m_widget->isPart() ? instance()->config() : kapp->config() ); + m_widget->saveOptions( m_widget->isPart() ? instance()->config() : tdeApp->config() ); } } |