summaryrefslogtreecommitdiffstats
path: root/tdenewstuff/security.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:06:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:06:44 +0900
commitaf644c020106e7096d4fe9c648f25eede98c972f (patch)
treee20b7c4bc22bca994e80e6a798313b5800efce21 /tdenewstuff/security.h
parenta876c10e905fa357d43de03cf0fcb922cac9e4d5 (diff)
downloadtdelibs-master.tar.gz
tdelibs-master.zip
Rename class KProcIO to TDEProcIOHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdenewstuff/security.h')
-rw-r--r--tdenewstuff/security.h4
1 files changed, 2 insertions, 2 deletions
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 <tqmap.h>
#include <tqobject.h>
-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.