summaryrefslogtreecommitdiffstats
path: root/kghostview/main.cpp
diff options
context:
space:
mode:
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 cd11b877..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;