summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9burndvd.h
diff options
context:
space:
mode:
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