From 98ed486e2f25cfd58e6cc036862bcac0e988f361 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:14:36 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kttsd/filters/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/filters') 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(); -- cgit v1.2.3