diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:14:36 -0600 |
commit | 98ed486e2f25cfd58e6cc036862bcac0e988f361 (patch) | |
tree | 23b89d4f0244fad16b66aeca0b23f9dd0053fc7e /ksayit/KTTSD_Lib/kttsdlib.cpp | |
parent | 7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7 (diff) | |
download | tdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.tar.gz tdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/KTTSD_Lib/kttsdlib.cpp')
-rw-r--r-- | ksayit/KTTSD_Lib/kttsdlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/KTTSD_Lib/kttsdlib.cpp b/ksayit/KTTSD_Lib/kttsdlib.cpp index 4643b35..a3a0269 100644 --- a/ksayit/KTTSD_Lib/kttsdlib.cpp +++ b/ksayit/KTTSD_Lib/kttsdlib.cpp @@ -27,7 +27,7 @@ #include "kttsdlibsetupimpl.h" -KTTSDLib::KTTSDLib(TQObject *parent, const char *name, KApplication *Appl) +KTTSDLib::KTTSDLib(TQObject *parent, const char *name, TDEApplication *Appl) : TQObject(parent, name), m_Appl(Appl) { KGlobal::locale()->insertCatalogue("libKTTSD"); |