summaryrefslogtreecommitdiffstats
path: root/libkgpgfile
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-22 17:47:33 +0900
committerMichele Calgaro <[email protected]>2025-01-22 17:47:33 +0900
commitb3ce2906415b23672e2926cfaf0c23306296dbe0 (patch)
treee3c28a799b7da40728a35def1e74a8581d7be084 /libkgpgfile
parentc26a85580816a46920b60a7c746345c64406bb19 (diff)
downloadkmymoney-b3ce2906415b23672e2926cfaf0c23306296dbe0.tar.gz
kmymoney-b3ce2906415b23672e2926cfaf0c23306296dbe0.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libkgpgfile')
-rw-r--r--libkgpgfile/kgpgfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkgpgfile/kgpgfile.cpp b/libkgpgfile/kgpgfile.cpp
index 2fb414c..41b4670 100644
--- a/libkgpgfile/kgpgfile.cpp
+++ b/libkgpgfile/kgpgfile.cpp
@@ -252,7 +252,7 @@ bool KGPGFile::startProcess(const TQStringList& args)
}
// let the process settle and see if it starts and survives ;-)
- kapp->processEvents(100);
+ tdeApp->processEvents(100);
return true;
}