From af644c020106e7096d4fe9c648f25eede98c972f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Dec 2024 22:06:44 +0900 Subject: Rename class KProcIO to TDEProcIO Signed-off-by: Michele Calgaro --- tdenewstuff/security.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdenewstuff/security.h') diff --git a/tdenewstuff/security.h b/tdenewstuff/security.h index ac3f4f1a0..fc3e298c6 100644 --- a/tdenewstuff/security.h +++ b/tdenewstuff/security.h @@ -21,7 +21,7 @@ #include #include -class KProcIO; +class TDEProcIO; class TDEProcess; struct KeyStruct { @@ -121,7 +121,7 @@ private: private slots: void slotProcessExited(TDEProcess *process); - void slotDataArrived(KProcIO *process); + void slotDataArrived(TDEProcIO *process); signals: /** Sent when the validity check is done. -- cgit v1.2.3