summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9burndvd.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:42 -0600
commit6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015 (patch)
tree22f7e5a7a405a6d3631ab8b7ca21df6161b6f7d8 /libk9copy/k9burndvd.h
parent7ab25fa204dd2b42267fcd509e4a2a91627641e5 (diff)
downloadk9copy-6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015.tar.gz
k9copy-6ee2a113c808e9fe2fa25ae6dc2ca7d6ca366015.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'libk9copy/k9burndvd.h')
-rw-r--r--libk9copy/k9burndvd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libk9copy/k9burndvd.h b/libk9copy/k9burndvd.h
index 94e1e71..8476030 100644
--- a/libk9copy/k9burndvd.h
+++ b/libk9copy/k9burndvd.h
@@ -75,10 +75,10 @@ private:
TQString imageSize;
TQString m_speed;
private slots: // Private slots
- void growisoStderr(KProcess *proc, char *buffer, int buflen);
- void growisoStdout(KProcess *proc, char *buffer, int buflen);
- void mkisoSizeStderr(KProcess *proc, char *buffer, int buflen);
- void mkisoSizeStdout(KProcess *proc, char *buffer, int buflen);
+ void growisoStderr(TDEProcess *proc, char *buffer, int buflen);
+ void growisoStdout(TDEProcess *proc, char *buffer, int buflen);
+ void mkisoSizeStderr(TDEProcess *proc, char *buffer, int buflen);
+ void mkisoSizeStdout(TDEProcess *proc, char *buffer, int buflen);
};
#endif