diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:19:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:19:42 -0600 |
commit | 6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015 (patch) | |
tree | 22f7e5a7a405a6d3631ab8b7ca21df6161b6f7d8 /libk9copy/k9dvdauthor.h | |
parent | 7ab25fa204dd2b42267fcd509e4a2a91627641e5 (diff) | |
download | k9copy-6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015.tar.gz k9copy-6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'libk9copy/k9dvdauthor.h')
-rwxr-xr-x | libk9copy/k9dvdauthor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9dvdauthor.h b/libk9copy/k9dvdauthor.h index ef13dbe..b319ea0 100755 --- a/libk9copy/k9dvdauthor.h +++ b/libk9copy/k9dvdauthor.h @@ -75,8 +75,8 @@ private: // Private attributes void spumux(); private slots: // Private slots /** No descriptions */ - void DVDAuthorStderr(KProcess *proc, char *buffer, int buflen); - void DVDAuthorStdout(KProcess *proc, char *buffer, int buflen); + void DVDAuthorStderr(TDEProcess *proc, char *buffer, int buflen); + void DVDAuthorStdout(TDEProcess *proc, char *buffer, int buflen); /** No descriptions */ void stopProcess(); |