From 74f47aebb77b4744bf18960b81c3744106cf56e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:40 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kpovmodeler/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpovmodeler/main.cpp') diff --git a/kpovmodeler/main.cpp b/kpovmodeler/main.cpp index c5aed527..12cbe719 100644 --- a/kpovmodeler/main.cpp +++ b/kpovmodeler/main.cpp @@ -42,7 +42,7 @@ int main( int argc, char* argv[] ) TDECmdLineArgs::init( argc, argv, PMFactory::aboutData( ) ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs( ); -- cgit v1.2.1