summaryrefslogtreecommitdiffstats
path: root/plugins/ipfilter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 17:20:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 22:34:45 +0900
commitec22c2282ace350a2bbdee997eae1d7b616767a9 (patch)
tree0a8e611b48fd06397440afd56f40f61768f27e9d /plugins/ipfilter
parent882489444d6c12503454e73bb8e53fe3215c0619 (diff)
downloadktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.tar.gz
ktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/ipfilter')
-rw-r--r--plugins/ipfilter/convertdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ipfilter/convertdialog.cpp b/plugins/ipfilter/convertdialog.cpp
index 2334297..48d8e81 100644
--- a/plugins/ipfilter/convertdialog.cpp
+++ b/plugins/ipfilter/convertdialog.cpp
@@ -122,7 +122,7 @@ namespace kt
if(canceled)
return;
- TDEApplication::kApplication() ->processEvents();
+ tdeApp ->processEvents();
TQString line = stream.readLine();
i += line.length() * sizeof( char ); //rough estimation of string size
kProgress1->setProgress( i * 100 / source_size );
@@ -184,7 +184,7 @@ namespace kt
if ( i % 10000 == 0 )
Out(SYS_IPF|LOG_DEBUG) << "Block " << i << " written." << endl;
}
- TDEApplication::kApplication()->processEvents();
+ tdeApp->processEvents();
if(canceled)
return;
@@ -206,7 +206,7 @@ namespace kt
converting = false;
}
- TDEApplication::kApplication()->processEvents();
+ tdeApp->processEvents();
//reload level1 filter
if ( m_plugin )
m_plugin->loadAntiP2P();