summaryrefslogtreecommitdiffstats
path: root/kghostview/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/main.cpp')
-rw-r--r--kghostview/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/kghostview/main.cpp b/kghostview/main.cpp
index bc91d6ad..38a2f2e0 100644
--- a/kghostview/main.cpp
+++ b/kghostview/main.cpp
@@ -50,7 +50,7 @@ int main( int argc, char** argv )
TDEApplication app;
TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
- if( kapp->isRestored() )
+ if( tdeApp->isRestored() )
RESTORE( KGVShell )
else {
KGVShell* shell = new KGVShell;
@@ -67,5 +67,3 @@ int main( int argc, char** argv )
args->clear();
return app.exec();
}
-
-// vim:sw=4:sts=4:ts=8:noet