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 --- kghostview/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kghostview/main.cpp') diff --git a/kghostview/main.cpp b/kghostview/main.cpp index 05e0f23b..e777e15b 100644 --- a/kghostview/main.cpp +++ b/kghostview/main.cpp @@ -47,7 +47,7 @@ int main( int argc, char** argv ) { TDECmdLineArgs::init( argc, argv, KGVPart::createAboutData() ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); if( kapp->isRestored() ) -- cgit v1.2.1