From 4a4098e3a72e5bb831ac5522ae405ec99da1c8f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Dec 2024 22:24:58 +0900 Subject: Use TDEProcIO class Signed-off-by: Michele Calgaro --- src/freshklam.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/freshklam.h') diff --git a/src/freshklam.h b/src/freshklam.h index 2f539cd..2363bd7 100644 --- a/src/freshklam.h +++ b/src/freshklam.h @@ -36,7 +36,7 @@ class TDEConfig; class KURLRequester; class KLineEdit; class KProgressDialog; -class KProcIO; +class TDEProcIO; /** * This class serves as the main window for Freshklam. It handles the @@ -121,7 +121,7 @@ private slots: /* void klamavInstallationExited(TDEProcess *arkollonproc); void clamavInstallationExited(TDEProcess *arkollonproc);*/ //void newItems( const KFileItemList& ); - void readVersionLine(KProcIO *); + void readVersionLine(TDEProcIO *); /* void parseSFPage(); void parseSFPageHack();*/ /* void updateCanceled();*/ @@ -154,7 +154,7 @@ private: TQListBox *resultbox; TQLabel *status_label, *matches_label; TDEProcess *childproc; - KProcIO *versionproc; + TDEProcIO *versionproc; TQString buf; TDEConfig* config; TQStringList lastSearchItems; -- cgit v1.2.1