From 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:19:29 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/rip/k3bvideocdinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rip/k3bvideocdinfo.h') diff --git a/src/rip/k3bvideocdinfo.h b/src/rip/k3bvideocdinfo.h index 683a515..d6efd0a 100644 --- a/src/rip/k3bvideocdinfo.h +++ b/src/rip/k3bvideocdinfo.h @@ -24,7 +24,7 @@ #include #include -class KProcess; +class TDEProcess; class K3bVideoCdInfoResultEntry { @@ -90,7 +90,7 @@ class K3bVideoCdInfo : public TQObject private slots: void slotInfoFinished(); - void slotParseOutput( KProcess*, char* output, int len ); + void slotParseOutput( TDEProcess*, char* output, int len ); private: void cancelAll(); @@ -98,7 +98,7 @@ class K3bVideoCdInfo : public TQObject K3bVideoCdInfoResult m_Result; void parseXmlData(); - KProcess* m_process; + TDEProcess* m_process; TQString m_xmlData; bool m_isXml; -- cgit v1.2.1