summaryrefslogtreecommitdiffstats
path: root/kttsd/libkttsd/stretcher.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:41 -0600
commit0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4 (patch)
tree322767e10a0d28887f54f3cefe6399098713dc82 /kttsd/libkttsd/stretcher.h
parent11f5b1c38c194ef53638bafa0df70e821a7a6427 (diff)
downloadtdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.tar.gz
tdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/libkttsd/stretcher.h')
-rw-r--r--kttsd/libkttsd/stretcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/libkttsd/stretcher.h b/kttsd/libkttsd/stretcher.h
index c6b4ca9..ca4e1a7 100644
--- a/kttsd/libkttsd/stretcher.h
+++ b/kttsd/libkttsd/stretcher.h
@@ -29,7 +29,7 @@
#include <kdemacros.h>
#include "kdeexportfix.h"
-class KProcess;
+class TDEProcess;
class KDE_EXPORT Stretcher : public TQObject{
Q_OBJECT
@@ -82,14 +82,14 @@ class KDE_EXPORT Stretcher : public TQObject{
void stretchFinished();
private slots:
- void slotProcessExited(KProcess* proc);
+ void slotProcessExited(TDEProcess* proc);
private:
// Stretcher state.
int m_state;
// Sox process.
- KProcess* m_stretchProc;
+ TDEProcess* m_stretchProc;
// Output file name.
TQString m_outFilename;