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 --- ksayit/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit/src/main.cpp') diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp index 921c3a1..c7c9b26 100644 --- a/ksayit/src/main.cpp +++ b/ksayit/src/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Robert Vogl",0, "voglrobe@web.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; // setup MCOP KArtsDispatcher dispatcher; -- cgit v1.2.1