diff options
Diffstat (limited to 'libkgpgfile')
-rw-r--r-- | libkgpgfile/kgpgfile.cpp | 2 |
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; } |