diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
commit | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch) | |
tree | 36de2281c8b4cf238a5e27a76b5c6e07f40151ab /src/rip/k3bvideocdinfo.h | |
parent | 2a3289ab87c52551fd2f5655492988ca02c17892 (diff) | |
download | k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.tar.gz k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/rip/k3bvideocdinfo.h')
-rw-r--r-- | src/rip/k3bvideocdinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <k3btoc.h> #include <k3bcore.h> -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; |