From 28edc0aa2ab09297288186f5bc15765eb7be58c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:22 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- knewstuff/security.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knewstuff/security.h') diff --git a/knewstuff/security.h b/knewstuff/security.h index 2831770e0..230821e7e 100644 --- a/knewstuff/security.h +++ b/knewstuff/security.h @@ -22,7 +22,7 @@ #include class KProcIO; -class KProcess; +class TDEProcess; struct KeyStruct { TQString id; @@ -120,7 +120,7 @@ private: TQString m_secretKey; /// the key used for signing private slots: - void slotProcessExited(KProcess *process); + void slotProcessExited(TDEProcess *process); void slotDataArrived(KProcIO *process); signals: -- cgit v1.2.1