summaryrefslogtreecommitdiffstats
path: root/src/scanviewer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 11:30:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 11:30:16 +0900
commit8718de04eb114dc24e626a52881cc959980a8931 (patch)
treec959383b154bd9c4a33a3eec760d19fe8a74d0c0 /src/scanviewer.cpp
parent7699fe2141dd88b17367690eef0043170e8f5e9a (diff)
downloadklamav-8718de04eb114dc24e626a52881cc959980a8931.tar.gz
klamav-8718de04eb114dc24e626a52881cc959980a8931.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/scanviewer.cpp')
-rw-r--r--src/scanviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanviewer.cpp b/src/scanviewer.cpp
index 3637225..fab9a1c 100644
--- a/src/scanviewer.cpp
+++ b/src/scanviewer.cpp
@@ -871,10 +871,10 @@ void ScanViewer::slotCancelScanTime()
int ScanViewer::countFiles( TQDir & root)
{
- kapp->processEvents();
+ tdeApp->processEvents();
if (!(calculateTime) || (scanCancelled)){
-// kapp->processEvents();
+// tdeApp->processEvents();
return 0;
}
TQStringList entries = root.entryList( TQDir::Dirs | TQDir::Files | TQDir::Hidden);