summaryrefslogtreecommitdiffstats
path: root/kmouth/speech.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 /kmouth/speech.h
parent11f5b1c38c194ef53638bafa0df70e821a7a6427 (diff)
downloadtdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.tar.gz
tdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kmouth/speech.h')
-rw-r--r--kmouth/speech.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmouth/speech.h b/kmouth/speech.h
index fd73e47..3c62a44 100644
--- a/kmouth/speech.h
+++ b/kmouth/speech.h
@@ -59,10 +59,10 @@ public:
const TQString &filename, const TQString &language);
public slots:
- void wroteStdin (KProcess *p);
- void processExited (KProcess *p);
- void receivedStdout (KProcess *proc, char *buffer, int buflen);
- void receivedStderr (KProcess *proc, char *buffer, int buflen);
+ void wroteStdin (TDEProcess *p);
+ void processExited (TDEProcess *p);
+ void receivedStdout (TDEProcess *proc, char *buffer, int buflen);
+ void receivedStderr (TDEProcess *proc, char *buffer, int buflen);
private:
KShellProcess process;