summaryrefslogtreecommitdiffstats
path: root/ksayit/KTTSD_Lib/kttsdlibtalker2.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:36 -0600
commit98ed486e2f25cfd58e6cc036862bcac0e988f361 (patch)
tree23b89d4f0244fad16b66aeca0b23f9dd0053fc7e /ksayit/KTTSD_Lib/kttsdlibtalker2.h
parent7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7 (diff)
downloadtdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.tar.gz
tdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/KTTSD_Lib/kttsdlibtalker2.h')
-rw-r--r--ksayit/KTTSD_Lib/kttsdlibtalker2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/KTTSD_Lib/kttsdlibtalker2.h b/ksayit/KTTSD_Lib/kttsdlibtalker2.h
index 7479d4d..e3a6104 100644
--- a/ksayit/KTTSD_Lib/kttsdlibtalker2.h
+++ b/ksayit/KTTSD_Lib/kttsdlibtalker2.h
@@ -43,7 +43,7 @@ public:
/** Intializes the DCOP interface.
*/
- void KTTSD_init(KApplication *Appl);
+ void KTTSD_init(TDEApplication *Appl);
/** See \p KSpeech Class Reference. Returns the job number.
*/
@@ -92,7 +92,7 @@ protected:
private:
TQCString m_objID;
- KApplication *m_Appl;
+ TDEApplication *m_Appl;
DCOPClient *m_client;
uint m_jobNum;