summaryrefslogtreecommitdiffstats
path: root/kghostview/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:19:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:19:40 -0600
commit74f47aebb77b4744bf18960b81c3744106cf56e0 (patch)
tree98f808be7ee64f341ba893cfc4fc6a2db7ed5092 /kghostview/main.cpp
parentc705f8f0619865875d6247d9470dced55241bc79 (diff)
downloadtdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.tar.gz
tdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kghostview/main.cpp')
-rw-r--r--kghostview/main.cpp2
1 files changed, 1 insertions, 1 deletions
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() )