diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:42 -0600 |
commit | 6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015 (patch) | |
tree | 22f7e5a7a405a6d3631ab8b7ca21df6161b6f7d8 /k9author/k9newdvd.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 'k9author/k9newdvd.h')
-rw-r--r-- | k9author/k9newdvd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9newdvd.h b/k9author/k9newdvd.h index e5aac10..cbc3261 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -86,8 +86,8 @@ private: void createMencoderCmd ( TQString &_cmd,TQString &_chapters, k9AviFile *_aviFile ); k9Config *m_config; protected slots: - void getStdout ( KProcess *, char *, int ); - void getStderr ( KProcess *, char *, int ); + void getStdout ( TDEProcess *, char *, int ); + void getStderr ( TDEProcess *, char *, int ); void drawImage ( TQImage * _image ); signals: void sigAddTitle(); |