diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:36 -0600 |
commit | 98ed486e2f25cfd58e6cc036862bcac0e988f361 (patch) | |
tree | 23b89d4f0244fad16b66aeca0b23f9dd0053fc7e /kttsd/filters | |
parent | 7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7 (diff) | |
download | tdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.tar.gz tdeaccessibility-98ed486e2f25cfd58e6cc036862bcac0e988f361.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/filters')
-rw-r--r-- | kttsd/filters/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/filters/main.cpp b/kttsd/filters/main.cpp index 35cdb31..fa6b170 100644 --- a/kttsd/filters/main.cpp +++ b/kttsd/filters/main.cpp @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) // Tell which options are supported TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app( false, false ); + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |