From e945e139888a8e0545e9dd991d162bc5c26855ab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:54:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 201d4e4..1ab0584 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,7 +62,7 @@ int main( int argc, char ** argv ) TDECmdLineArgs::init (argc, argv, &aboutdata); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; #else TQApplication app( argc, argv ); #endif -- cgit v1.2.3